# $HeadURL$ $LastChangedRevision$ # # Load adeMakefile # include $(shell ade-config ade_include_prefix)/adeMakefile # # Tell adeMakefile 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 adeMakefile, # but obviously in an app-independent way. tests: export FAD_INCLUDE_PREFIX=$(shell cd ../include && pwd) tests: export PATH = ../bin:.:$(shell echo $$PATH)