File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,17 @@ INCLUDES=$(EVERPARSE_HOME)/src/3d/prelude $(EVERPARSE_HOME)/src/3d/prelude/buffe
2222
2323FSTAR_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) )
2626positive_tests_nosuffix =$(basename $(positive_tests ) )
2727modules_or_wrappers =$(positive_tests_nosuffix ) $(addsuffix Wrapper,$(positive_tests_nosuffix ) )
2828modules_static_assertions =TestFieldPtrStaticAssertions.c AlignStaticAssertions.c
2929clean_out_files =$(addsuffix .c,$(modules_or_wrappers ) ) $(modules_static_assertions ) $(addsuffix .h,$(modules_or_wrappers ) )
3030OTHER_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
You can’t perform that action at this time.
0 commit comments