From c08eb667817b93973e0ac20d2e436d811a196de3 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 18 Jan 2016 01:24:29 +0000 Subject: [PATCH] Moved diskfont.library tests to their own directory. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@51320 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/{ => diskfont}/availfonts.c | 0 test/{ => diskfont}/fontinfo.c | 0 test/diskfont/mmakefile.src | 15 +++++++++++++++ test/{ => diskfont}/opendiskfont.c | 0 test/mmakefile.src | 3 --- 5 files changed, 15 insertions(+), 3 deletions(-) rename test/{ => diskfont}/availfonts.c (100%) rename test/{ => diskfont}/fontinfo.c (100%) create mode 100644 test/diskfont/mmakefile.src rename test/{ => diskfont}/opendiskfont.c (100%) diff --git a/test/availfonts.c b/test/diskfont/availfonts.c similarity index 100% rename from test/availfonts.c rename to test/diskfont/availfonts.c diff --git a/test/fontinfo.c b/test/diskfont/fontinfo.c similarity index 100% rename from test/fontinfo.c rename to test/diskfont/fontinfo.c diff --git a/test/diskfont/mmakefile.src b/test/diskfont/mmakefile.src new file mode 100644 index 0000000000..ce7a1a1ac7 --- /dev/null +++ b/test/diskfont/mmakefile.src @@ -0,0 +1,15 @@ +# Copyright © 2016, The AROS Development Team. All rights reserved. +# $Id$ + +include $(TOP)/config/make.cfg + +FILES := availfonts fontinfo opendiskfont +EXEDIR := $(AROS_TESTS)/diskfont + +#MM- test : test-diskfont +#MM- test-quick : test-diskfont-quick + +%build_progs mmake=test-diskfont \ + files=$(FILES) targetdir=$(EXEDIR) + +%common diff --git a/test/opendiskfont.c b/test/diskfont/opendiskfont.c similarity index 100% rename from test/opendiskfont.c rename to test/diskfont/opendiskfont.c diff --git a/test/mmakefile.src b/test/mmakefile.src index 52b63a0ed8..6aba300319 100644 --- a/test/mmakefile.src +++ b/test/mmakefile.src @@ -6,11 +6,9 @@ include $(TOP)/config/make.cfg COMMONTESTFILES := \ - availfonts \ exceptiontest \ exceptiontest2 \ fileseek \ - fontinfo \ frequencies \ hostcb \ iffparsewrite \ @@ -25,7 +23,6 @@ COMMONTESTFILES := \ serialmousetest \ serialtest \ unixio \ - opendiskfont \ partition \ sortlayercr \ systemtags \ -- 2.11.4.GIT