summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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
{