Skip to content

Commit

Permalink
Relocate random_walk to mixed as it uses the char extension and exclu…
Browse files Browse the repository at this point in the history
…de it from brilifts benchmark suite
  • Loading branch information
Pat-Lafon committed Feb 7, 2025
1 parent 1724f31 commit 9da95d6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion brilift/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Brilift only supports core Bril for now, so we select those tests &
# benchmarks.
TESTS := ../test/interp/core/*.bril ../test/interp/float/*.bril ../test/interp/mem/*.bril ../test/interp/mixed/*[!r].bril # A hack to exclude store-char.bril by excluding any file ending in r.bril
BENCHMARKS := ../benchmarks/core/*.bril ../benchmarks/float/*.bril ../benchmarks/mem/*.bril ../benchmarks/mixed/*.bril
BENCHMARKS := ../benchmarks/core/*.bril ../benchmarks/float/*.bril ../benchmarks/mem/*.bril ../benchmarks/mixed/*[!k].bril # A hack to exclude random_walk.bril because it uses the char extension

CFLAGS := $(if $(TARGET),-target $(TARGET))
BRILFLAGS := $(if $(TARGET),-t $(TARGET))
Expand Down

0 comments on commit 9da95d6

Please sign in to comment.