From aa421ace0b0d05e2a88d44e7dd8cea1b0fb1b392 Mon Sep 17 00:00:00 2001 From: rimio Date: Thu, 29 Mar 2018 02:21:02 +0300 Subject: Add new tests --- test/runtests.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test/runtests.sh') diff --git a/test/runtests.sh b/test/runtests.sh index b09b105..fe6b39d 100755 --- a/test/runtests.sh +++ b/test/runtests.sh @@ -68,6 +68,21 @@ echo "Passed / Failed: ${pass}/${fail}" total_pass=$(($total_pass + $pass)) total_fail=$(($total_fail + $fail)) +# Edge cases tests +pass=0 +fail=0 + +echo "" +echo "=============================== EDGE CASE ==============================" +for f in files/edge_cases/*.bin; do + run_test $f +done +echo "========================================================================" +echo "Passed / Failed: ${pass}/${fail}" + +total_pass=$(($total_pass + $pass)) +total_fail=$(($total_fail + $fail)) + # Final report echo "" -- cgit v1.2.3