Indent lists using <tab> rather than <space>.
This is the convention used throughout the .cmake files of OPM-Core.
This commit is contained in:
parent
a89b081ac0
commit
fdf8a0ddcb
@ -146,16 +146,16 @@ list (APPEND TEST_SOURCE_FILES
|
||||
tests/test_wachspresscoord.cpp
|
||||
tests/test_column_extract.cpp
|
||||
tests/test_geom2d.cpp
|
||||
tests/test_param.cpp
|
||||
tests/test_blackoilfluid.cpp
|
||||
tests/test_param.cpp
|
||||
tests/test_blackoilfluid.cpp
|
||||
)
|
||||
|
||||
# originally generated with the command:
|
||||
# find tests -name '*.xml' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort
|
||||
list (APPEND TEST_DATA_FILES
|
||||
tests/extratestdata.xml
|
||||
tests/testdata.xml
|
||||
tests/testFluid.DATA
|
||||
tests/testdata.xml
|
||||
tests/testFluid.DATA
|
||||
)
|
||||
|
||||
# originally generated with the command:
|
||||
|
Loading…
Reference in New Issue
Block a user