diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-03 00:33:30 +0000 |
---|---|---|
committer | andreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf> | 2014-11-03 00:33:30 +0000 |
commit | 3be38322647de269bf6f74c2a5a81501f168939c (patch) | |
tree | 229fe3bac6010ea7b5c086d38a4860ff81dd27dc /build.sh | |
parent | cba02d09ec724def40975240290a30a78d33db8a (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-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |