summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDanny Abukalam <dannyabukalam@codethink.co.uk>2012-01-09 15:13:07 +0000
committerDanny Abukalam <dannyabukalam@codethink.co.uk>2012-01-09 15:13:07 +0000
commitfd0052231b6f84002d73c2c73259668088b730ba (patch)
tree2c788b4bc7d39f39efaa2fea0177c3dea5f4687f /Makefile
parentb992e1e0043738c42a35957e890fb7392aadd095 (diff)
parent044708588a29b0d5b8d0083b2a8653e625db8708 (diff)
downloadtbdiff-fd0052231b6f84002d73c2c73259668088b730ba.tar.gz
Merge branch 'test'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f61638..3c83800 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,12 @@ uninstall:
rm -rf /usr/local/bin/$(CREATE)
test:
- cd tests && ./run_tests.sh && cd ..
+ cd tests && ./run_tests.sh && fakeroot -- ./cross_plat.sh && cd ..
+
.PHONY: clean
+
+check:
+ cd tests && ./run_tests.sh && cd ..
+
clean:
rm -f $(DEPLOY) $(CREATE) *.o *.d
-check: test