aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)