From b4d4d9abb322ed0807d2ba0888e73820499aa338 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Sat, 26 Jun 2021 19:40:25 +0100 Subject: Codacy issues, Travis cleanup and update ghdl.texi (#1807) * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb --- testsuite/synth/const01/testsuite.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuite/synth/const01/testsuite.sh') diff --git a/testsuite/synth/const01/testsuite.sh b/testsuite/synth/const01/testsuite.sh index e72cffdcd..f1badcd9f 100755 --- a/testsuite/synth/const01/testsuite.sh +++ b/testsuite/synth/const01/testsuite.sh @@ -2,9 +2,7 @@ . ../../testenv.sh -for t in const01; do - synth_tb $t -done +synth_tb const01 # synth const02.vhdl -e > syn_const02.vhdl synth_analyze const03 -- cgit v1.2.3