Skip to content

Commit 6f73ade

Browse files
committed
Single chain.sh and directory for goto-instrument tests
There is no need for having yet another script and directory for each and every feature of goto-instrument. Includes minor cleanup of test.desc files (no quotes).
1 parent b686ed3 commit 6f73ade

File tree

87 files changed

+3
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+3
-97
lines changed

regression/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
DIRS = ansi-c cbmc cpp goto-instrument goto-instrument-unwind goto-analyzer inlining
2+
DIRS = ansi-c cbmc cpp goto-instrument goto-analyzer
33

44
test:
55
$(foreach var,$(DIRS), $(MAKE) -C $(var) test || exit 1;)

regression/goto-instrument-unwind/Makefile

Lines changed: 0 additions & 34 deletions
This file was deleted.

regression/goto-instrument-unwind/unwind-chain.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

regression/goto-instrument/const-struct1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
KNOWNBUG
22
main.c
3-
"--show-symbol-table"
3+
--show-symbol-table
44
^Type\.*: struct struct_tag_name$
55
^Type\.*: const double$
66
^EXIT=0$

regression/goto-instrument/data-flow1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
"--show-dependence-graph"
3+
--show-dependence-graph
44
^EXIT=0$
55
^SIGNAL=0$
66
Data dependencies: *[0-9]\+,[0-9]\+,[0-9]\+

regression/inlining/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

regression/inlining/chain.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

regression/inlining/test.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)