Explorar el Código

Removed unneeded build dependency.

Taddeus Kroes hace 13 años
padre
commit
13ff0b53d8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/rules.mk

+ 2 - 2
tests/rules.mk

@@ -15,7 +15,7 @@ TGT_DIR := $(TGT_DIR) $(PROFILER_OUTPUT_DIR)
 
 .PHONY: test coverage $(TESTS)
 
-test: $(TESTS) build
+test: $(TESTS) build/external/pybison
 
 ifeq ($(findstring python-coverage,$(wildcard /usr/bin/*)), python-coverage)
 coverage: ${COVERAGE} build
@@ -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; @python -m testrunner $@
+$(TESTS): build/external/pybison; @python -m testrunner $@
 
 profile-test-%: $(PROFILER_OUTPUT_DIR) build
 	 python -m cProfile -s cumulative \