summaryrefslogtreecommitdiffstats
path: root/ecmake/test
diff options
context:
space:
mode:
Diffstat (limited to 'ecmake/test')
-rwxr-xr-xecmake/test3
1 files changed, 3 insertions, 0 deletions
diff --git a/ecmake/test b/ecmake/test
new file mode 100755
index 0000000..8a1f698
--- /dev/null
+++ b/ecmake/test
@@ -0,0 +1,3 @@
+#! /bin/bash
+[ -e build ] && rm -fr build
+mkdir build && cd build && cmake .. && make && examples/hello/hello_world