Restore in source and out of source builds for the test-suite. Note that configure must be invoked using a relative path for out of source builds
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12186 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
af96789c14
commit
70b4d12317
3 changed files with 12 additions and 5 deletions
|
|
@ -7,8 +7,8 @@ JAVA = java
|
|||
JAVAC = javac
|
||||
SCRIPTSUFFIX = _runme.java
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = $(abspath @top_builddir@)
|
||||
top_srcdir = ../@top_srcdir@
|
||||
top_builddir = ../@top_builddir@
|
||||
|
||||
C_TEST_CASES = \
|
||||
java_lib_arrays \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue