From cd1327b9f51579033027e22fc3cd60f9cae3c462 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 13 Jul 2015 17:27:26 +0000 Subject: [PATCH] Moved utility.library-related tests into their own subdir. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50950 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/mmakefile.src | 4 ---- test/testscript | 2 +- test/{ => utility}/amiga2date.c | 0 test/{ => utility}/callhooktest.c | 0 test/{ => utility}/date2amiga.c | 0 test/{ => utility}/smult.c | 0 6 files changed, 1 insertion(+), 5 deletions(-) rename test/{ => utility}/amiga2date.c (100%) rename test/{ => utility}/callhooktest.c (100%) rename test/{ => utility}/date2amiga.c (100%) rename test/{ => utility}/smult.c (100%) diff --git a/test/mmakefile.src b/test/mmakefile.src index a3febc1b8f..c02c981671 100644 --- a/test/mmakefile.src +++ b/test/mmakefile.src @@ -6,11 +6,9 @@ include $(TOP)/config/make.cfg COMMONTESTFILES := \ - amiga2date \ amigademo \ availfonts \ customscreen \ - date2amiga \ displayalert \ exceptiontest \ exceptiontest2 \ @@ -50,7 +48,6 @@ COMMONTESTFILES := \ rwverify \ timeport \ time \ - callhooktest \ convertpixels \ patchrgbconv \ joystick \ @@ -61,7 +58,6 @@ COMMONTESTFILES := \ fsresource \ taskstorage \ mountlist \ - smult \ crashtest \ openlocale \ pthreadtest diff --git a/test/testscript b/test/testscript index bcbbee57e0..2f62b6bc0e 100644 --- a/test/testscript +++ b/test/testscript @@ -1,5 +1,5 @@ # default test script for "runtests" -amiga2date +utility/amiga2date printf_f versionlib dos/addpart diff --git a/test/amiga2date.c b/test/utility/amiga2date.c similarity index 100% rename from test/amiga2date.c rename to test/utility/amiga2date.c diff --git a/test/callhooktest.c b/test/utility/callhooktest.c similarity index 100% rename from test/callhooktest.c rename to test/utility/callhooktest.c diff --git a/test/date2amiga.c b/test/utility/date2amiga.c similarity index 100% rename from test/date2amiga.c rename to test/utility/date2amiga.c diff --git a/test/smult.c b/test/utility/smult.c similarity index 100% rename from test/smult.c rename to test/utility/smult.c -- 2.11.4.GIT