diff options
Diffstat (limited to 'testsuite/tests/backtrace/backtrace-common.sh')
-rw-r--r-- | testsuite/tests/backtrace/backtrace-common.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/tests/backtrace/backtrace-common.sh b/testsuite/tests/backtrace/backtrace-common.sh new file mode 100644 index 0000000000..17b18b8ecf --- /dev/null +++ b/testsuite/tests/backtrace/backtrace-common.sh @@ -0,0 +1,15 @@ +######################################################################### +# # +# OCaml # +# # +# Damien Doligez, Jane Street Capital # +# # +# Copyright 2015 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. # +# # +######################################################################### + +. Testcommon.sh +Tml_files=backtrace.ml +Ttests='Tbyte_compile_run Topt_compile_run' |