summaryrefslogtreecommitdiff
path: root/build.sh
blob: 99a712ec0f7286ce652234aed888326676e0ea56 (plain)
1
2
3
4
#!/bin/sh

cd build && cmake .. -DTEST=on -DCMAKE_BUILD_TYPE=Debug && make && make test