1# Shortcuts to building and running tests on unix platforms. 2# Output files will be written to the directory listed below. 3 4all: 5 cd ../../contrib/ports/unix/check/ && $(MAKE) 6 7check: 8 cd ../../contrib/ports/unix/check/ && $(MAKE) check 9 10clean: 11 cd ../../contrib/ports/unix/check/ && $(MAKE) clean 12