Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / test / timer / mmakefile.src
blob7d1a2af42bb0ef1cf4d7fe94c2b76784764a366b
1 #   $Id$
3 #   Makefile for AROS timer.device tests
5 include $(SRCDIR)/config/aros.cfg
7 FILES := \
8     getsystime
10 EXEDIR := $(AROS_TESTS)/timer
12 #MM test-timer : includes linklibs
14 #MM- test : test-timer
15 #MM- test-quick : test-timer-quick
17 %build_progs mmake=test-timer \
18     files=$(FILES) targetdir=$(EXEDIR)
20 %common