Use TARGET_STRIP instead of STRIP. Needed on OS X.
[AROS.git] / test / printer / mmakefile.src
blobcf479aee75c9a4e49d6b0466a9bf73d1d48e366a
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(TOP)/config/make.cfg
8 TESTFILES := \
9     printerinfo \
10     printertxt
12 EXEDIR := $(AROS_TESTS)/printer
14 #MM- test: test-printer
16 #MM test-printer : includes includes-copy
18 %build_progs mmake=test-printer \
19     files=$(TESTFILES) targetdir=$(EXEDIR) \
20     usestartup=no
23 %common