move the define for the user mode stack check to the common location, and correct...
[AROS.git] / test / Zune / mmakefile.src
blobf8230a770653a7b77ec89bdc5c94e6f5d82a1ac9
1 # $Id$
3 # Makefile for Zune test programs
5 include $(SRCDIR)/config/aros.cfg
7 FILES  := test             \
8           virttest         \
9           gradient         \
10           volumelist       \
11           dirlist          \
12           disable          \
13           dtpic            \
14           font             \
15           string           \
16           numericbutton    \
17           poplist          \
18           popscreen        \
19           crawling         \
20           levelmeter       \
21           knob             \
22           texticonlist     \
23           loginwindow      \
24           busy             \
25           hideshow         \
26           settings         \
27           dynlist          \
28           listinsertactive \
29           mui4test
31 USER_CFLAGS := -I $(SRCDIR)/workbench/system/Wanderer/Classes
33 EXEDIR := $(AROS_TESTS)/Zune
35 #MM test-zune : includes linklibs workbench-classes-zune-busy
37 %build_progs mmake=test-zune \
38     files=$(FILES) targetdir=$(EXEDIR)