diff options
Diffstat (limited to 'test/Java/swig-dependencies.py')
-rw-r--r-- | test/Java/swig-dependencies.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Java/swig-dependencies.py b/test/Java/swig-dependencies.py index f71ab31..2c53f0c 100644 --- a/test/Java/swig-dependencies.py +++ b/test/Java/swig-dependencies.py @@ -133,3 +133,9 @@ test.must_exist(['java', 'classes', 'foopackJNI.class']) test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |