Moved diskfont.library tests to their own directory.
[AROS.git] / test / diskfont / mmakefile.src
blobce7a1a1ac791ad9de0755b0fd806a5384a4c1d8d
1 # Copyright © 2016, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES           := availfonts fontinfo opendiskfont
7 EXEDIR          := $(AROS_TESTS)/diskfont
9 #MM- test : test-diskfont
10 #MM- test-quick : test-diskfont-quick
12 %build_progs mmake=test-diskfont \
13     files=$(FILES) targetdir=$(EXEDIR)
15 %common