diff options
Diffstat (limited to 'testsuite/tests/exotic-syntax/Makefile')
-rw-r--r-- | testsuite/tests/exotic-syntax/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/tests/exotic-syntax/Makefile b/testsuite/tests/exotic-syntax/Makefile new file mode 100644 index 0000000000..38acec51cb --- /dev/null +++ b/testsuite/tests/exotic-syntax/Makefile @@ -0,0 +1,17 @@ +######################################################################### +# # +# OCaml # +# # +# Damien Doligez, projet Gallium, INRIA Rocquencourt # +# # +# Copyright 2013 Institut National de Recherche en Informatique et # +# en Automatique. All rights reserved. This file is distributed # +# under the terms of the Q Public License version 1.0. # +# # +######################################################################### + +BASEDIR=../.. +MAIN_MODULE=exotic + +include $(BASEDIR)/makefiles/Makefile.one +include $(BASEDIR)/makefiles/Makefile.common |