chore(tests/compiler/test.sh): rename to conventional test_single.sh so that (lean4-diff-test-file) works

This commit is contained in:
Sebastian Ullrich 2019-02-15 14:35:34 +01:00 committed by Leonardo de Moura
parent 00b177ad54
commit b8900fad80
2 changed files with 1 additions and 1 deletions

View file

@ -144,7 +144,7 @@ FOREACH(T ${LEANCOMPTESTS})
GET_FILENAME_COMPONENT(T_NAME ${T} NAME)
add_test(NAME "leancomptest_${T_NAME}"
WORKING_DIRECTORY "${LEAN_SOURCE_DIR}/../tests/compiler"
COMMAND bash "./test.sh" "${CMAKE_CURRENT_BINARY_DIR}/lean" ${T_NAME})
COMMAND bash "./test_single.sh" "${CMAKE_CURRENT_BINARY_DIR}/lean" ${T_NAME})
ENDFOREACH(T)
# LEANPKG TESTS