summaryrefslogtreecommitdiff
path: root/tests/smv
diff options
context:
space:
mode:
Diffstat (limited to 'tests/smv')
-rwxr-xr-xtests/smv/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smv/run-test.sh b/tests/smv/run-test.sh
index c61f67d3..74a54486 100755
--- a/tests/smv/run-test.sh
+++ b/tests/smv/run-test.sh
@@ -6,7 +6,7 @@ rm -rf temp
mkdir -p temp
../../yosys -p 'test_cell -muxdiv -w temp/test all'
-rm -f temp/test_{alu,fa,lcu,lut,macc}_*
+rm -f temp/test_{alu,fa,lcu,lut,macc,shiftx}_*
cat > temp/makefile << "EOT"
all: $(addsuffix .ok,$(basename $(wildcard temp/test_*.il)))