From bd37d6d1c90dbfb5ae882c8eb9bb779bd00962c3 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 25 Jul 2017 15:01:29 +0200 Subject: Add a new test. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2eebed..88032bf 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ clean: -rm -f *.o *.d $(TARGET) test: $(TARGET) - LD_LIBRARY_PATH=. ./test.py + LD_LIBRARY_PATH=. PYTHONPATH=. ./tests/ham_constraint.py -include $(OBJS:.o=.d) -- cgit v1.2.3