File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727* .out
2828* .app
2929
30- build /*
30+ build * /*
3131CHGCAR *
3232* .png
3333src /config.h
Original file line number Diff line number Diff line change @@ -22,11 +22,7 @@ pkg_check_modules(CPPUNIT REQUIRED IMPORTED_TARGET cppunit)
2222add_library (unittest STATIC unittest.cpp )
2323target_compile_features (unittest PUBLIC cxx_std_17 )
2424
25- set (EXECUTABLES TestIsosurface TestScalarField TestD2OFileFormat)
26-
27- if (NOT USE_GCOV)
28- list (APPEND EXECUTABLES TestGenerator)
29- endif ()
25+ set (EXECUTABLES TestIsosurface TestScalarField TestD2OFileFormat TestGenerator)
3026
3127if (USE_GCOV)
3228 list (APPEND EXECUTABLES TestFileCreation)
@@ -35,10 +31,7 @@ endif()
3531add_executable (TestIsosurface test_isosurface.cpp )
3632add_executable (TestScalarField test_scalarfield.cpp )
3733add_executable (TestD2OFileFormat test_d2o_fileformat.cpp )
38-
39- if (NOT USE_GCOV)
40- add_executable (TestGenerator test_generator.cpp )
41- endif ()
34+ add_executable (TestGenerator test_generator.cpp )
4235
4336if (USE_GCOV)
4437 add_executable (TestFileCreation test_file_creation.cpp )
You can’t perform that action at this time.
0 commit comments