From 91796b681d6e9f9ef501a0dede453d8fcae80012 Mon Sep 17 00:00:00 2001 From: kirk0830 Date: Fri, 20 Sep 2024 17:26:50 +0800 Subject: [PATCH] update the cmakelist of ut --- source/module_psi/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/module_psi/test/CMakeLists.txt b/source/module_psi/test/CMakeLists.txt index 110e73e058..08ef34ded7 100644 --- a/source/module_psi/test/CMakeLists.txt +++ b/source/module_psi/test/CMakeLists.txt @@ -16,6 +16,7 @@ AddTest( ../../module_cell/atom_spec.cpp ../../module_cell/parallel_kpoints.cpp ../../module_cell/test/support/mock_unitcell.cpp + ../../module_io/orb_io.cpp ) endif()