cmake: harmonise argument to foreach/endforeach

Fixes a warning introduced in 40d91b7e77efe3a790331acdb7cc49e0fc5f3a98.
This commit is contained in:
David Adam 2019-06-23 16:00:39 +08:00
parent 40d91b7e77
commit 8f3a0dcc8b

View File

@ -91,7 +91,7 @@ FOREACH(TESTTYPE test serial_test)
COMMAND cd tests && ${TEST_ROOT_DIR}/bin/fish interactive.fish COMMAND cd tests && ${TEST_ROOT_DIR}/bin/fish interactive.fish
DEPENDS test_prep DEPENDS test_prep
USES_TERMINAL) USES_TERMINAL)
ENDFOREACH(testtype) ENDFOREACH(TESTTYPE)
# Now add a dependency chain between the serial versions. # Now add a dependency chain between the serial versions.
# This ensures they run in order. # This ensures they run in order.