Skip to content

Commit

Permalink
Revert "duplication ... batch-test and batch-interpret-test"
Browse files Browse the repository at this point in the history
This reverts commit 11e222a.
  • Loading branch information
tahina-pro committed Dec 5, 2023
1 parent a4b0d46 commit e639747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ all: batch-test batch-test-negative batch-cleanup-test inplace-hash-test modules

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

INTERPRETABLE_FILES=$(filter-out FAIL%.3d ELF.3d Probe.3d, $(wildcard *.3d))
INTERPRETABLE_FILES=$(filter-out FAIL%.3d ELF.3d, $(wildcard *.3d))
INTERPRETABLE_MODULES=$(basename $(INTERPRETABLE_FILES))
interpret_all: $(addsuffix .interpret, $(INTERPRETABLE_MODULES))

Expand Down

0 comments on commit e639747

Please sign in to comment.