summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-09-10 18:34:01 -0600
committerAdrian Thurston <thurston@colm.net>2019-09-10 18:34:01 -0600
commit03fb7dc1b818cc1f8a400ecb227751609eb29a6a (patch)
tree676a7a904e6602469cd07ed687e3ce3ae1a3e998 /test
parent42d27a12832956e74371db270b15bbeb30935efb (diff)
downloadragel-03fb7dc1b818cc1f8a400ecb227751609eb29a6a.tar.gz
use configure to find the test suite compilers and interpreters
Diffstat (limited to 'test')
-rw-r--r--test/ragel.d/gentests.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/ragel.d/gentests.sh b/test/ragel.d/gentests.sh
index 1bc55d84..4cc30f4d 100644
--- a/test/ragel.d/gentests.sh
+++ b/test/ragel.d/gentests.sh
@@ -94,15 +94,15 @@ ragel="@RAGEL_BIN@"
cxx_compiler="@CXX@"
c_compiler="@CC@"
objc_compiler="@CC@"
-d_compiler="gdc-5"
-java_compiler="javac"
-ruby_engine="ruby"
-csharp_compiler="mcs"
-go_compiler="go"
-ocaml_compiler="ocaml"
-rust_compiler="rustc"
+d_compiler="@D_BIN@"
+java_compiler="@JAVAC_BIN@"
+ruby_engine="@RUBY_BIN@"
+csharp_compiler="@CSHARP_BIN@"
+go_compiler="@GO_BIN@"
+ocaml_compiler="@OCAML_BIN@"
+rust_compiler="@RUST_BIN@"
crack_interpreter="@CRACK_BIN@"
-julia_interpreter="julia"
+julia_interpreter="@JULIA_BIN@"
function test_error
{