Skip to content

Commit

Permalink
Fix all test
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed Oct 29, 2016
1 parent b464324 commit 0ffd101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

total=0
for file in build/test_bin/*_test; do
for file in build/test_bin/*; do
./${file}
total=$((total + $?))
done
Expand Down

0 comments on commit 0ffd101

Please sign in to comment.