revert: rename test/ back to tests/
This commit is contained in:
parent
176483d72f
commit
0d52ec1338
17 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
build/
|
build/
|
||||||
docs/
|
docs/
|
||||||
|
|
||||||
test/testing_tmp/
|
tests/testing_tmp/
|
||||||
test/testing_bak/
|
tests/testing_bak/
|
||||||
|
|
||||||
include/migrations/*.sql.h
|
include/migrations/*.sql.h
|
||||||
|
|
|
@ -52,7 +52,7 @@ add_custom_target(docs
|
||||||
add_custom_target(test
|
add_custom_target(test
|
||||||
COMMAND ./run_tests.sh ${CMAKE_BINARY_DIR}/core "dev"
|
COMMAND ./run_tests.sh ${CMAKE_BINARY_DIR}/core "dev"
|
||||||
DEPENDS core
|
DEPENDS core
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/tests
|
||||||
)
|
)
|
||||||
add_custom_target(coverage
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue