move the debug folder to the top level
[AROS.git] / test / intuition / mmakefile.src
blobd0bd535946df7b986b5b1fb7a973cdf5d829f14b
1 #   $Id$
3 #   Makefile for AROS intuition.library tests
5 include $(SRCDIR)/config/aros.cfg
7 FILES := \
8     customscreen \
9     displayalert \
10     drawinfoattr \
11     gamma \
12     monitorclass \
13     pubscreen \
14     screenclass \
15     screentest \
16     scrollerwin 
18 EXEDIR := $(AROS_TESTS)/intuition
20 %build_progs mmake=test-intuition \
21     files=$(FILES) targetdir=$(EXEDIR)
23 %common