Skip to content
Snippets Groups Projects
Commit cc5e8713 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

'make test' now uses testrunner from externals directory

parent 84489fb4
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ ${COVERAGE}:
@echo "Install package 'python-coverage' to generate a coverage report."
@echo "On Debian/Ubuntu use: sudo apt-get install python-coverage"; false
$(TESTS): build/external/pybison; @python -m testrunner $@
$(TESTS): build/external/pybison; @python -m external.testrunner $@
profile-test-%: $(PROFILER_OUTPUT_DIR) build
python -m cProfile -s cumulative \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment