aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-07-25 15:01:29 +0200
committerAnton Khirnov <anton@khirnov.net>2017-07-25 15:01:49 +0200
commitbd37d6d1c90dbfb5ae882c8eb9bb779bd00962c3 (patch)
tree452473fbb07ccf6f0e0a228fa82d8fb4f0023a18 /Makefile
parentdb081d09fae12a6d0ff0e82190d669287733a313 (diff)
Add a new test.
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)