aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/sns01
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-06-13 06:58:49 +0200
committerTristan Gingold <tgingold@free.fr>2021-06-13 06:58:49 +0200
commit487e786b744d487f3f5f009d94974d13ee8e0680 (patch)
tree94fbf811f3ee5541b7c7f952ad7f7fd04da419b9 /testsuite/synth/sns01
parent534f7801b470c22fcf61909dd42a9fba920efe34 (diff)
downloadghdl-487e786b744d487f3f5f009d94974d13ee8e0680.tar.gz
ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.tar.bz2
ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.zip
testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.
Option --strip-trailing-cr is used only on windows.
Diffstat (limited to 'testsuite/synth/sns01')
-rwxr-xr-xtestsuite/synth/sns01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/sns01/testsuite.sh b/testsuite/synth/sns01/testsuite.sh
index 4a4ff76cd..20f3372c6 100755
--- a/testsuite/synth/sns01/testsuite.sh
+++ b/testsuite/synth/sns01/testsuite.sh
@@ -14,7 +14,7 @@ for f in adds subs unaries muls cmplt cmple cmpgt cmpge cmpeq cmpne shrs exts; d
analyze tb_$f.vhdl
elab_simulate tb_$f > $f.out
- diff --strip-trailing-cr $f.out $f.ref
+ diff_nocr $f.out $f.ref
done
for t in sns01; do