Initial revision

This commit is contained in:
skarg
2004-09-22 19:08:48 +00:00
parent f9c8dc61be
commit 9a9e31ace6
110 changed files with 6921 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/bin/sh
# Unit tests builder / runner for this project
rm test.log
touch test.log
make -f crc.mak
./crc >> test.log
make -f crc.mak clean
make -f ringbuf.mak
./ringbuf >> test.log
make -f ringbuf.mak clean
make -f mstp.mak
./mstp >> test.log
make -f mstp.mak clean