1SUBDIRS = dylib
2
3# Add files to the distribution generated with 'make dist'
4EXTRA_DIST = bugs.bash common.bash scope.bash structure.bash destructors.bash \
5	     bytecode.bash \
6	     test.py test_all.py ops.py structure.py subtypes.py procdef.py \
7	     scope.py bugs.py raised.py any.py
8
9check:
10	(cd dylib && $(MAKE) buildtestdylib)
11	python test_all.py
12