diff options
Diffstat (limited to 'CAN-binder/libs/isotp-c/runtests.sh')
-rw-r--r-- | CAN-binder/libs/isotp-c/runtests.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/CAN-binder/libs/isotp-c/runtests.sh b/CAN-binder/libs/isotp-c/runtests.sh deleted file mode 100644 index 4781636b..00000000 --- a/CAN-binder/libs/isotp-c/runtests.sh +++ /dev/null @@ -1,17 +0,0 @@ -echo "Running unit tests:" - -for i in $1/*.bin -do - if test -f $i - then - if ./$i - then - echo $i PASS - else - echo "ERROR in test $i:" - exit 1 - fi - fi -done - -echo "${txtbld}$(tput setaf 2)All unit tests passed.$(tput sgr0)" |