summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 98cc33f..3c83800 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,7 @@ uninstall:
rm -rf /usr/local/bin/$(CREATE)
test:
- cd tests && ./run_tests.sh && cd ..
-# cross platform test needs fixing
-# cd tests && ./run_tests.sh && fakeroot -- ./cross_plat.sh && cd ..
+ cd tests && ./run_tests.sh && fakeroot -- ./cross_plat.sh && cd ..
.PHONY: clean