summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-10-16 00:39:35 +0000
committerandreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf>2014-10-16 00:39:35 +0000
commit0e426ff6dfb960c105908a437c435924e59eb822 (patch)
tree8e8080e478bf51c59bb1b7900c1abe96ffccf469 /build.sh
parent5fcdd424d7bd798673b1b545f7f990aba65471a9 (diff)
reorganized code
git-svn-id: file:///var/local/svn/basicwriter@58 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..18170aa
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd build && cmake .. -Dtest=on && make && make test
+