diff options
Diffstat (limited to 'testsuite/formal/shifts/testsuite.sh')
-rwxr-xr-x | testsuite/formal/shifts/testsuite.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/formal/shifts/testsuite.sh b/testsuite/formal/shifts/testsuite.sh new file mode 100755 index 0000000..38eb376 --- /dev/null +++ b/testsuite/formal/shifts/testsuite.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +for f in lsl lsr asr; do + formal "test_${f}" +done + +clean |