diff options
Diffstat (limited to 'Examples/test-suite/chicken/Makefile.in')
-rw-r--r-- | Examples/test-suite/chicken/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Examples/test-suite/chicken/Makefile.in b/Examples/test-suite/chicken/Makefile.in index 42fe6100a..3c2f3de54 100644 --- a/Examples/test-suite/chicken/Makefile.in +++ b/Examples/test-suite/chicken/Makefile.in @@ -69,17 +69,17 @@ SWIGOPT += -nounit $(run_testcase) %.cppproxy: - echo "$(ACTION)ing testcase $* (with run test) under chicken with -proxy" + echo "$(ACTION)ing $(LANGUAGE) testcase $* (with run test) with -proxy" +$(swig_and_compile_cpp) $(run_testcase) %.cproxy: - echo "$(ACTION)ing testcase $* (with run test) under chicken with -proxy" + echo "$(ACTION)ing $(LANGUAGE) testcase $* (with run test) with -proxy" +$(swig_and_compile_c) $(run_testcase) %.multiproxy: - echo "$(ACTION)ing testcase $* (with run test) under chicken with -proxy" + echo "$(ACTION)ing $(LANGUAGE) testcase $* (with run test) with -proxy" +$(swig_and_compile_multi_cpp) $(run_testcase) |