revert: rename test/ back to tests/

This commit is contained in:
Tobias Reisinger 2020-06-16 22:16:01 +02:00
parent 176483d72f
commit 0d52ec1338
17 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -1,7 +1,7 @@
build/
docs/
test/testing_tmp/
test/testing_bak/
tests/testing_tmp/
tests/testing_bak/
include/migrations/*.sql.h

View file

@ -52,7 +52,7 @@ add_custom_target(docs
add_custom_target(test
COMMAND ./run_tests.sh ${CMAKE_BINARY_DIR}/core "dev"
DEPENDS core
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/tests
)
add_custom_target(coverage
COMMAND gcovr -s --root ${CMAKE_SOURCE_DIR} -e ${CMAKE_SOURCE_DIR}/vendor --html-details ${CMAKE_BINARY_DIR}/coverage.html --html-title "Emgauwa Core Coverage" ${CMAKE_BINARY_DIR}/CMakeFiles/core.dir