Skip to content

Commit 4112c13

Browse files
author
Philip Feniuk
committed
Merge branch 'master' of github.com:feniup/analyzer-pentagon
2 parents 6277a22 + 243ade6 commit 4112c13

File tree

7 files changed

+13
-2
lines changed

7 files changed

+13
-2
lines changed

tests/regression/88-pentagon/00-even_simpler.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Current running command:
2-
// ./goblint tests/regression/86-pentagon/01-pentagon-simple.c --conf ./conf/pentagon.json
1+
// SKIP PARAM: --conf ./conf/pentagon.json
32

43
#include <goblint.h>
54

tests/regression/88-pentagon/01-pentagon-simple.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SKIP PARAM: --conf ./conf/pentagon.json
2+
13
#include <goblint.h>
24

35
void main(void) {

tests/regression/88-pentagon/02-simple-loop.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SKIP PARAM: --conf ./conf/pentagon.json
2+
13
#include <goblint.h>
24

35
int main(void) {

tests/regression/88-pentagon/03-lhs-more-than-just-var.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SKIP PARAM: --conf ./conf/pentagon.json
2+
13
#include <goblint.h>
24

35
int main(void) {

tests/regression/88-pentagon/04-function-call.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SKIP PARAM: --conf ./conf/pentagon.json
2+
13
#include <goblint.h>
24

35
int main(void) {

tests/regression/88-pentagon/05-loop.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SKIP PARAM: --conf ./conf/pentagon.json
2+
13
#include <goblint.h>
24

35
int main() {

tests/regression/88-pentagon/06-subs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SKIP PARAM: --conf ./conf/pentagon.json
2+
13
#include <goblint.h>
24

35
int main() {

0 commit comments

Comments
 (0)