Browse Source

build.sh -> test.sh

rexim 2 years ago
parent
commit
4810d08cf6
2 changed files with 2 additions and 2 deletions
  1. 1 2
      README.md
  2. 1 0
      test.sh

+ 1 - 2
README.md

@@ -61,8 +61,7 @@ int main(void)
 ## Testing
 
 ```console
-$ ./build.sh
-$ ./test_glob
+$ ./test.sh
 ```
 ## Coverage
 

+ 1 - 0
build.sh → test.sh

@@ -3,3 +3,4 @@
 set -xe
 
 clang -Wall -Wextra -Wswitch-enum -ggdb -o test_glob test_glob.c
+./test_glob