Add .travis.yml file and missing test
[command.git] / test-all.sh
1 #!/bin/sh
2
3 if [ ! -f configure ] ; then
4     ./autogen.sh
5 fi
6
7 CXXFLAGS='--coverage -O0' ./configure
8
9 make check
10 cd tests; make cov