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