From 03fb7dc1b818cc1f8a400ecb227751609eb29a6a Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 10 Sep 2019 18:34:01 -0600 Subject: use configure to find the test suite compilers and interpreters --- test/ragel.d/gentests.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test') 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 { -- cgit v1.2.1