# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # include ../share/include/ade.mk # # Tell ade.mk where not to recurse # NOMAKE_DIRS = ref in tests: export ADE_SHARE_PREFIX = $(shell cd ../share && pwd) tests: export PATH = ../bin:.:$(shell echo $$PATH) # Prevent creation of __pycache__, which confuses recursive make. tests: export PYTHONDONTWRITEBYTECODE = 1 # # What do we have? # TESTLIST_GENERATORS = testlist # # Where do we want it? #