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 010a575 commit 3f23f15Copy full SHA for 3f23f15
source/source_io/test_serial/CMakeLists.txt
@@ -51,13 +51,13 @@ AddTest(
51
)
52
53
AddTest(
54
- TARGET MODULE_IO_nscf_band
+ TARGET MODULE_IO_write_bands
55
LIBS parameter ${math_libs} base device
56
- SOURCES nscf_band_test.cpp ../nscf_band.cpp
+ SOURCES write_bands_test.cpp ../write_bands.cpp
57
58
59
60
TARGET MODULE_IO_system_variable_test
61
LIBS parameter ${math_libs} base device io_input_serial
62
SOURCES io_system_variable_test.cpp
63
-)
+)
0 commit comments