summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-09-27 13:26:56 +0000
committerAlain Frisch <alain@frisch.fr>2013-09-27 13:26:56 +0000
commit8bf3d1cda9854c555e74a9730f5cc594243954dd (patch)
tree2319ae8147d0bc97d8f67e918b9126199c4aa0df
parent645dcf25e5d165b90bea465b7d74471d6ee369c2 (diff)
downloadocaml-8bf3d1cda9854c555e74a9730f5cc594243954dd.tar.gz
Fix tests.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14192 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--testsuite/tests/asmcomp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/asmcomp/Makefile b/testsuite/tests/asmcomp/Makefile
index d0752351a9..d83b79d2d2 100644
--- a/testsuite/tests/asmcomp/Makefile
+++ b/testsuite/tests/asmcomp/Makefile
@@ -34,6 +34,7 @@ OTHEROBJS=\
$(OTOPDIR)/parsing/longident.cmo \
$(OTOPDIR)/parsing/syntaxerr.cmo \
$(OTOPDIR)/parsing/ast_helper.cmo \
+ $(OTOPDIR)/parsing/ast_mapper.cmo \
$(OTOPDIR)/parsing/parser.cmo \
$(OTOPDIR)/parsing/lexer.cmo \
$(OTOPDIR)/parsing/parse.cmo \