Browse Source

Run example and test on build.sh

rexim 3 years ago
parent
commit
982be46dda
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build.sh

+ 2 - 0
build.sh

@@ -5,3 +5,5 @@ set -xe
 mkdir -p ./bin/
 cc -Wall -Wextra -ggdb -o ./bin/example example.c
 cc -Wall -Wextra -ggdb -o ./bin/test test.c -lm
+./bin/example
+./bin/test