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

cd build && cmake .. -Dtest=on && make && make test