Commit b0532a65 authored by Andreas Tille's avatar Andreas Tille
Browse files

Reactivate real test

parent c1df8a28
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -19,12 +19,7 @@ PYVERBDIR = $(wildcard ./build/lib.*-2.7)

#override_dh_auto_test:
#	PYTHONPATH=$(PYVERBDIR) ./test/test01.py
override_dh_auto_test__:
override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
	PYBUILD_TEST_ARGS="{interpreter} $(CURDIR)/test/test01.py" \
	    dh_auto_test

override_dh_auto_test:
	# libboost-python-dev does not yet support 3.7
	pybuild --test -i python{version} -p "2.7"
	pybuild --test -i python{version} -p "3.6"