Skip to content

Commit

Permalink
test -h and -V
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Feb 5, 2015
1 parent b33035f commit 04fac9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ run_test ./autogen.sh
run_test ./configure --enable-debug
make clean
run_test make

run_test src/chinadns -h
run_test src/chinadns -V

run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/google.com
run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/facebook.com

Expand All @@ -47,8 +51,6 @@ run_test tests/test.py -a '-d -c chnroute.txt -l iplist.txt' -t tests/x_8888
run_test tests/test.py -a '-c chnroute.txt' -t tests/x_8888
run_test tests/test.py -a '-m -c chnroute.txt' -t tests/x_8888



gcov src/*.c
rm src/*.html
cd src && gcovr -r . --html --html-details -o index.html
Expand Down

0 comments on commit 04fac9e

Please sign in to comment.