PageRenderTime 46ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/java/README

#
#! | 6 lines | 3 code | 3 blank | 0 comment | 0 complexity | 98c7ac7e46d8aaa4ef1718e802a07c43 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. See ../README for common README file.
  2. The Java implementation of the test-suite is a little different to the other languages in that all of SWIGs output goes into a subdirectory named after the individual test case. This is so that all the shadow classes can be compiled as Java classes have to go into separate files. Otherwise the Makefile wouldn't know which .java files would be relevant to the testcase. For this to work the testcase must go into a Java package.
  3. Any testcases which have _runme.java appended after the testcase name will be detected and run.