start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / test / rexx / mmakefile.src
blob77839d3c27dad417b00e35f647452127fa8b08bc
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(TOP)/config/make.cfg
7 FILES := vartest
8 EXEDIR := $(AROS_TESTS)/rexx
10 USER_CFLAGS := -I$(SRCDIR)/workbench/libs
12 #MM- test : test-rexx
13 #MM- test-rexx : test-rexx-util test-rexx-copy
15 %build_progs mmake=test-rexx-util \
16     files=$(FILES) targetdir=$(EXEDIR)
18 #MM
19 test-rexx-copy : $(EXEDIR)/vartest.rexx
21 $(EXEDIR)/vartest.rexx: vartest.rexx test-rexx-util
22         @$(CP) $< $@
24 %common