From 7bc130cb7f902b36272ecbbbbf494730c75ee667 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 29 Dec 2005 23:25:03 +0000 Subject: [PATCH] Add in intermediary_classname test git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8122 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/java/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/SWIG/Examples/test-suite/java/Makefile.in b/SWIG/Examples/test-suite/java/Makefile.in index 9d47fdc33..55154f3f2 100644 --- a/SWIG/Examples/test-suite/java/Makefile.in +++ b/SWIG/Examples/test-suite/java/Makefile.in @@ -17,6 +17,7 @@ CPP_TEST_CASES = \ enum_thorough_proper \ enum_thorough_simple \ enum_thorough_typeunsafe \ + intermediary_classname \ java_constants \ java_director \ java_enums \