fix env variable settings and add swig tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10935 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
25c972d919
commit
a41c66d9a4
2 changed files with 17 additions and 14 deletions
|
|
@ -11,6 +11,8 @@ PACKAGE_NAME=@PACKAGE_NAME@
|
|||
|
||||
CC=@CC@
|
||||
CFLAGS=@CFLAGS@ -I.
|
||||
SWIG=swig
|
||||
SWIG_LIB=../../Lib
|
||||
EXEEXT=@EXEEXT@
|
||||
|
||||
LIBS= @LIBS@
|
||||
|
|
@ -41,8 +43,10 @@ install: $(PACKAGE_NAME)$(EXEEXT) $(PACKAGE_NAME).1
|
|||
clean:
|
||||
/bin/rm -f $(OBJS) *~ $(PACKAGE_NAME)$(EXEEXT)
|
||||
|
||||
check : test
|
||||
|
||||
test: test.sh
|
||||
CC='$(CC)' ./test.sh
|
||||
SWIG_LIB='$(SWIG_LIB)' PATH=../..:$$PATH SWIG='$(SWIG)' CC='$(CC)' ./test.sh
|
||||
|
||||
check: test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue