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