aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-12-02 19:50:11 +0100
committerAnton Khirnov <anton@khirnov.net>2014-12-08 14:50:43 +0100
commitae210faae56af10e5897fa413e731921d718b8c7 (patch)
tree436543d8cd7398b181fa00ac701818e3be651841 /Makefile
parent2c9f54d6bb72faf464c7a5b3a91afba5d8d34574 (diff)
Add tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75de828..aec6c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,7 @@ $(TARGET): $(OBJECTS)
clean:
-rm $(OBJECTS) $(TARGET)
-.PHONY: clean
+test: $(TARGET)
+ LD_LIBRARY_PATH=. ./test.py
+
+.PHONY: clean test