Added test harness
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12452 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6bfc86dee7
commit
1e094f865e
22 changed files with 66 additions and 226 deletions
|
|
@ -10,7 +10,7 @@ else
|
|||
PYSCRIPT = runme3.py
|
||||
endif
|
||||
|
||||
SUBDIRS := constructor func hierarchy operator
|
||||
SUBDIRS := constructor func hierarchy operator hierarchy_operator
|
||||
|
||||
default : all
|
||||
|
||||
|
|
@ -36,3 +36,4 @@ $(SUBDIRS) :
|
|||
$(MAKE) -s -C $* clean
|
||||
|
||||
clean : $(SUBDIRS:%=%-clean)
|
||||
rm -f *.pyc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue