We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238828a commit e31807dCopy full SHA for e31807d
source/module_orbital/test/CMakeLists.txt
@@ -41,4 +41,6 @@ AddTest(
41
LIBS ${math_libs}
42
SOURCES 1_snap_equal_test.cpp ORB_unittest.cpp
43
${depend_files}
44
-)
+)
45
+install(DIRECTORY GaAs DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../../../tests)
46
+install(DIRECTORY GaAs DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
source/module_orbital/test/ORB_unittest.h
@@ -70,6 +70,6 @@ class test_orb : public testing::Test
70
71
int lmax=1;
72
double lat0 = 1.0;
73
- string case_dir = "../../../../source/module_orbital/test/GaAs/";
+ string case_dir = "./GaAs/";
74
};
75
#endif
0 commit comments