move new tests into place

nominatim-release-3.5.1
Sarah Hoffmann 2019-11-05 23:32:37 +01:00
parent 8678be3374
commit 8859b6eb8e
65 changed files with 2 additions and 2 deletions

View File

@ -270,9 +270,9 @@ enable_testing()
include(CTest)
if (BUILD_TESTS)
add_subdirectory(newtests)
add_subdirectory(tests)
else()
add_subdirectory(newtests EXCLUDE_FROM_ALL)
add_subdirectory(tests EXCLUDE_FROM_ALL)
endif()