mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed indentation to be consistent with rest of file
This commit is contained in:
@@ -45,12 +45,12 @@ list (APPEND TEST_SOURCE_FILES
|
|||||||
tests/test_span.cpp
|
tests/test_span.cpp
|
||||||
tests/test_syntax.cpp
|
tests/test_syntax.cpp
|
||||||
tests/test_scalar_mult.cpp
|
tests/test_scalar_mult.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if (INCLUDE_NON_PUBLIC_TESTS)
|
if (INCLUDE_NON_PUBLIC_TESTS)
|
||||||
list (APPEND TEST_SOURCE_FILES
|
list (APPEND TEST_SOURCE_FILES
|
||||||
tests/integration_tests/sim_fibo_ad_test.cpp
|
tests/integration_tests/sim_fibo_ad_test.cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
list (APPEND TEST_DATA_FILES
|
list (APPEND TEST_DATA_FILES
|
||||||
@@ -58,14 +58,13 @@ list (APPEND TEST_DATA_FILES
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (INCLUDE_NON_PUBLIC_TESTS)
|
if (INCLUDE_NON_PUBLIC_TESTS)
|
||||||
list (APPEND TEST_DATA_FILES
|
list (APPEND TEST_DATA_FILES
|
||||||
tests/non_public/SPE1_opm.DATA
|
tests/non_public/SPE1_opm.DATA
|
||||||
tests/non_public/spe1.xml
|
tests/non_public/spe1.xml
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# originally generated with the command:
|
# originally generated with the command:
|
||||||
# find tutorials examples -name '*.c*' -printf '\t%p\n' | sort
|
# find tutorials examples -name '*.c*' -printf '\t%p\n' | sort
|
||||||
list (APPEND EXAMPLE_SOURCE_FILES
|
list (APPEND EXAMPLE_SOURCE_FILES
|
||||||
|
|||||||
Reference in New Issue
Block a user