summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-15 02:17:09 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-15 02:17:09 +0100
commitdfd02a6269870c0a2e4ac0549bc9cb07bf0ff104 (patch)
treecaf4ceecf7fbb3780252a766c3a1facae9560166 /build.sh
parentfb9e333486f2a44d5cedeff4c9397db0b1766bca (diff)
let build.sh only create the makefile
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 99a712e..20ca6a2 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-cd build && cmake .. -DTEST=on -DCMAKE_BUILD_TYPE=Debug && make && make test
-
+cd build && cmake .. -DTEST=on -DCMAKE_BUILD_TYPE=Debug