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 7a42554 commit 87c7aacCopy full SHA for 87c7aac
CMakeLists.txt
@@ -4,4 +4,11 @@ project(ALAMODE)
4
5
add_subdirectory(alm)
6
add_subdirectory(anphon)
7
-add_subdirectory(tools)
+add_subdirectory(tools)
8
+
9
+#enable_testing()
10
+#message(${CMAKE_CURRENT_SOURCE_DIR})
11
+#message(${CMAKE_BINARY_DIR})
12
+#message($ENV{LD_LIBRARY_PATH})
13
+#set(CTEST_ENVIRONMENT "LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}")
14
+#add_test(NAME silicon_test COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/test/test_si.py")
0 commit comments