diff options
author | Xavier Clerc <xavier.clerc@inria.fr> | 2011-06-15 08:38:27 +0000 |
---|---|---|
committer | Xavier Clerc <xavier.clerc@inria.fr> | 2011-06-15 08:38:27 +0000 |
commit | 4fe49e995db8dae5a04ad978c681bbe6aa8cbe5f (patch) | |
tree | b0bc3615fea481f59e1e0547ac0a580d534e86ab /testsuite/tests/runtime-errors | |
parent | 3f334eb1762fc8dfcd1bb44ddf7fbbfa9cade58a (diff) |
testsuite: ability run a given test from its own directory.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11090 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'testsuite/tests/runtime-errors')
-rw-r--r-- | testsuite/tests/runtime-errors/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/runtime-errors/Makefile b/testsuite/tests/runtime-errors/Makefile index 4945c1f80..62543b4dd 100644 --- a/testsuite/tests/runtime-errors/Makefile +++ b/testsuite/tests/runtime-errors/Makefile @@ -1,3 +1,5 @@ +BASEDIR=../.. + default: compile run compile: @@ -22,4 +24,4 @@ run: clean: defaultclean @rm -f *.bytecode *.native *.result -include ../../makefiles/Makefile.common +include $(BASEDIR)/makefiles/Makefile.common |