aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-09-16 00:26:19 -0700
committerGraydon Hoare <[email protected]>2010-09-16 00:26:19 -0700
commit91b4a0c9f8ba7be56fc098ffc6182a888e3970bf (patch)
tree4e56c4dc3626d03026dd32c2079d9afad8140832 /src/Makefile
parentAdd Peter Hull's contributed translation of the fasta shootout benchmark (int... (diff)
downloadrust-91b4a0c9f8ba7be56fc098ffc6182a888e3970bf.tar.xz
rust-91b4a0c9f8ba7be56fc098ffc6182a888e3970bf.zip
Add beginnings of a fuzzer to rustboot.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2c2718e0..ba5215ba 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -236,7 +236,7 @@ ME_MLS := $(addprefix boot/me/, walk.ml semant.ml resolve.ml alias.ml \
type.ml dead.ml effect.ml typestate.ml loop.ml layout.ml \
transutil.ml trans.ml dwarf.ml)
FE_MLS := $(addprefix boot/fe/, ast.ml token.ml lexer.ml parser.ml pexp.ml \
- item.ml cexp.ml)
+ item.ml cexp.ml fuzz.ml)
DRIVER_TOP_MLS := $(addprefix boot/driver/, lib.ml $(VARIANT)/glue.ml main.ml)
BOOT_MLS := $(UTIL_BOT_MLS) $(DRIVER_BOT_MLS) $(FE_MLS) $(IL_MLS) $(ME_MLS) \