Skip to content

Commit 3f23f15

Browse files
committed
fix cmake
1 parent 010a575 commit 3f23f15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/source_io/test_serial/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ AddTest(
5151
)
5252

5353
AddTest(
54-
TARGET MODULE_IO_nscf_band
54+
TARGET MODULE_IO_write_bands
5555
LIBS parameter ${math_libs} base device
56-
SOURCES nscf_band_test.cpp ../nscf_band.cpp
56+
SOURCES write_bands_test.cpp ../write_bands.cpp
5757
)
5858

5959
AddTest(
6060
TARGET MODULE_IO_system_variable_test
6161
LIBS parameter ${math_libs} base device io_input_serial
6262
SOURCES io_system_variable_test.cpp
63-
)
63+
)

0 commit comments

Comments
 (0)