Explorar o código

'make test' now uses testrunner from externals directory

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
cc5e8713f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/rules.mk

+ 1 - 1
tests/rules.mk

@@ -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 \