From c975230114caebe442e0ec403796771caf70925d Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sat, 21 Mar 2020 20:51:03 +0100 Subject: Add min/max gates --- testsuite/formal/gates/testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/formal/gates/testsuite.sh') diff --git a/testsuite/formal/gates/testsuite.sh b/testsuite/formal/gates/testsuite.sh index 7986d8c..d4bcf98 100755 --- a/testsuite/formal/gates/testsuite.sh +++ b/testsuite/formal/gates/testsuite.sh @@ -3,7 +3,7 @@ topdir=../.. . $topdir/testenv.sh -for f in abs lsl lsr asr; do +for f in abs minmax lsl lsr asr; do formal "test_${f}" done -- cgit v1.2.3