# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # include $(shell ade-config ade_share_prefix)/include/ade.mk # # Tell ade.mk where not to recurse # NOMAKE_DIRS = ref in # # What do we have? # TESTLIST_GENERATORS = testlist # # Where do we want it? # # # Various flags # #ADETEST_FLAGS = -k # For an explanation of these see ade/tests/Makefile. Really # now that it is clear to me that all packages need these # same settings, these should be imported into ade.mk, # but obviously in an app-independent way. tests: export JS_SHARE_PREFIX=$(shell cd ../share && pwd) tests: export PATH = ../bin:.:$(shell echo $$PATH)