summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-11-03 00:33:30 +0000
committerandreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf>2014-11-03 00:33:30 +0000
commit3be38322647de269bf6f74c2a5a81501f168939c (patch)
tree229fe3bac6010ea7b5c086d38a4860ff81dd27dc /build.sh
parentcba02d09ec724def40975240290a30a78d33db8a (diff)
implemented equals operator, fixed assignment operator, NodeManager now asserts that all nodes have been deleted in its destructor
git-svn-id: file:///var/local/svn/basicwriter@93 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 18170aa..99a712e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-cd build && cmake .. -Dtest=on && make && make test
+cd build && cmake .. -DTEST=on -DCMAKE_BUILD_TYPE=Debug && make && make test