Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 934ced6

Browse files
committed
Execute all examples at once
1 parent fee42ab commit 934ced6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

all-tests.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
OPENSSL_INCLUDE=/usr/local/opt/openssl/include/
3+
for FILE in `ls *.c`; do
4+
TEST=${FILE%.*}
5+
6+
echo === $TEST ===
7+
echo
8+
./test.sh $TEST
9+
echo
10+
done

0 commit comments

Comments
 (0)