Skip to content

Commit

Permalink
disable compilation of Probe example, until EverParse.h etc. are sort…
Browse files Browse the repository at this point in the history
…ed out
  • Loading branch information
nikswamy committed Dec 5, 2023
1 parent 6f51ab6 commit 2d7008c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/3d/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ INCLUDES=$(EVERPARSE_HOME)/src/3d/prelude $(EVERPARSE_HOME)/src/3d/prelude/buffe

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

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

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
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 Probe-test

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

Expand Down

0 comments on commit 2d7008c

Please sign in to comment.