Skip to content

Commit 2d7008c

Browse files
committed
disable compilation of Probe example, until EverParse.h etc. are sorted out
1 parent 6f51ab6 commit 2d7008c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/3d/tests/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@ INCLUDES=$(EVERPARSE_HOME)/src/3d/prelude $(EVERPARSE_HOME)/src/3d/prelude/buffe
2222

2323
FSTAR_OPTIONS=$(addprefix --include , $(INCLUDES))
2424

25-
positive_tests=$(filter-out $(wildcard FAIL*.3d) FieldDependence0.3d ActAndCheck.3d ELF.3d,$(wildcard *.3d))
25+
positive_tests=$(filter-out $(wildcard FAIL*.3d) FieldDependence0.3d ActAndCheck.3d ELF.3d Probe.3d,$(wildcard *.3d))
2626
positive_tests_nosuffix=$(basename $(positive_tests))
2727
modules_or_wrappers=$(positive_tests_nosuffix) $(addsuffix Wrapper,$(positive_tests_nosuffix))
2828
modules_static_assertions=TestFieldPtrStaticAssertions.c AlignStaticAssertions.c
2929
clean_out_files=$(addsuffix .c,$(modules_or_wrappers)) $(modules_static_assertions) $(addsuffix .h,$(modules_or_wrappers))
3030
OTHER_HEADERS=TestFieldPtrBase.h AlignC.h
3131

32-
all: batch-test batch-test-negative batch-cleanup-test inplace-hash-test modules tcpip extern output-types batch-interpret-test modules-interpret elf-test static funptr ifdefs
32+
all: batch-test batch-test-negative batch-cleanup-test \
33+
inplace-hash-test modules tcpip extern output-types \
34+
batch-interpret-test modules-interpret elf-test \
35+
static funptr ifdefs Probe-test
3336

3437
#AR: TODO: remove ELF.3d from here
3538

0 commit comments

Comments
 (0)