Tests: move "make test" on macOS and Linux to Python script

This commit is contained in:
Brecht Van Lommel
2019-08-30 14:20:29 +02:00
parent e218d8c24b
commit 464e545c72
4 changed files with 50 additions and 14 deletions

View File

@@ -375,7 +375,7 @@ package_archive: .FORCE
# Tests
#
test: .FORCE
cd $(BUILD_DIR) ; ctest . --output-on-failure
python3 ./build_files/utils/make_test.py "$(BUILD_DIR)"
# run pep8 check check on scripts we distribute.
test_pep8: .FORCE