aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/formal/gates/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/formal/gates/testsuite.sh')
-rwxr-xr-xtestsuite/formal/gates/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/formal/gates/testsuite.sh b/testsuite/formal/gates/testsuite.sh
index d4bcf98..e74df99 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 minmax lsl lsr asr; do
+for f in abs minmax pmux lsl lsr asr; do
formal "test_${f}"
done