From ca38608a418616d16e7ab1d2a510f8cdc9c4e0d5 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 16 Jul 2015 18:46:56 +0000 Subject: [PATCH] Moved tests into appropriate subdirs. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50962 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/{ => clib}/mktime.c | 0 test/clib/mmakefile.src | 3 +++ test/{ => clib}/randtest.c | 0 test/{ => clib}/time.c | 0 test/dos/mmakefile.src | 1 + test/{ => dos}/rwverify.c | 0 test/exec/mmakefile.src | 2 ++ test/{ => exec}/taskstorage.c | 0 test/{ => exec}/timeport.c | 0 test/graphics/mmakefile.src | 2 ++ test/{ => graphics}/showvisregion.c | 0 test/{ => graphics}/showvisshape.c | 0 test/{ => intuition}/customscreen.c | 0 test/{ => intuition}/displayalert.c | 0 test/intuition/mmakefile.src | 11 ++++++++++- test/{ => intuition}/monitorclass.c | 0 test/mmakefile.src | 11 ----------- 17 files changed, 18 insertions(+), 12 deletions(-) rename test/{ => clib}/mktime.c (100%) rename test/{ => clib}/randtest.c (100%) rename test/{ => clib}/time.c (100%) rename test/{ => dos}/rwverify.c (100%) rename test/{ => exec}/taskstorage.c (100%) rename test/{ => exec}/timeport.c (100%) rename test/{ => graphics}/showvisregion.c (100%) rename test/{ => graphics}/showvisshape.c (100%) rename test/{ => intuition}/customscreen.c (100%) rename test/{ => intuition}/displayalert.c (100%) rename test/{ => intuition}/monitorclass.c (100%) diff --git a/test/mktime.c b/test/clib/mktime.c similarity index 100% rename from test/mktime.c rename to test/clib/mktime.c diff --git a/test/clib/mmakefile.src b/test/clib/mmakefile.src index af7ccac900..51085ef6cc 100644 --- a/test/clib/mmakefile.src +++ b/test/clib/mmakefile.src @@ -21,12 +21,14 @@ FILES := \ getfsstat \ jmpbuf \ lseek \ + mktime \ mnt_names \ open \ opendir \ pipe \ raise \ random \ + randtest \ setjmp \ snprintf \ sprintf \ @@ -41,6 +43,7 @@ FILES := \ strtoul \ strtoull \ system \ + time \ tmpfile \ uname \ usleep \ diff --git a/test/randtest.c b/test/clib/randtest.c similarity index 100% rename from test/randtest.c rename to test/clib/randtest.c diff --git a/test/time.c b/test/clib/time.c similarity index 100% rename from test/time.c rename to test/clib/time.c diff --git a/test/dos/mmakefile.src b/test/dos/mmakefile.src index 200308e9a9..60c20fc446 100644 --- a/test/dos/mmakefile.src +++ b/test/dos/mmakefile.src @@ -30,6 +30,7 @@ FILES := \ readitem \ readitemloop \ runcommand \ + rwverify \ scantest \ scanvarstest \ seektest \ diff --git a/test/rwverify.c b/test/dos/rwverify.c similarity index 100% rename from test/rwverify.c rename to test/dos/rwverify.c diff --git a/test/exec/mmakefile.src b/test/exec/mmakefile.src index d896e8f122..171287ebb6 100644 --- a/test/exec/mmakefile.src +++ b/test/exec/mmakefile.src @@ -26,8 +26,10 @@ FILES := \ stackswap \ signaltest \ supertest \ + taskstorage \ tasktest \ tasktest2 \ + timeport \ traptest \ vblank diff --git a/test/taskstorage.c b/test/exec/taskstorage.c similarity index 100% rename from test/taskstorage.c rename to test/exec/taskstorage.c diff --git a/test/timeport.c b/test/exec/timeport.c similarity index 100% rename from test/timeport.c rename to test/exec/timeport.c diff --git a/test/graphics/mmakefile.src b/test/graphics/mmakefile.src index a3dd234e93..009023acd6 100644 --- a/test/graphics/mmakefile.src +++ b/test/graphics/mmakefile.src @@ -14,6 +14,8 @@ FILES := \ obtainpentest \ readpixelarray \ scalepixelarray \ + showvisregion \ + showvisshape \ textbug \ truecolorpens \ weightamatch \ diff --git a/test/showvisregion.c b/test/graphics/showvisregion.c similarity index 100% rename from test/showvisregion.c rename to test/graphics/showvisregion.c diff --git a/test/showvisshape.c b/test/graphics/showvisshape.c similarity index 100% rename from test/showvisshape.c rename to test/graphics/showvisshape.c diff --git a/test/customscreen.c b/test/intuition/customscreen.c similarity index 100% rename from test/customscreen.c rename to test/intuition/customscreen.c diff --git a/test/displayalert.c b/test/intuition/displayalert.c similarity index 100% rename from test/displayalert.c rename to test/intuition/displayalert.c diff --git a/test/intuition/mmakefile.src b/test/intuition/mmakefile.src index 27d52ab08a..4aa7ac3a41 100644 --- a/test/intuition/mmakefile.src +++ b/test/intuition/mmakefile.src @@ -4,7 +4,16 @@ include $(TOP)/config/make.cfg -FILES := drawinfoattr gamma pubscreen screenclass screentest scrollerwin +FILES := \ + customscreen \ + displayalert \ + drawinfoattr \ + gamma \ + monitorclass \ + pubscreen \ + screenclass \ + screentest \ + scrollerwin EXEDIR := $(AROS_TESTS)/intuition diff --git a/test/monitorclass.c b/test/intuition/monitorclass.c similarity index 100% rename from test/monitorclass.c rename to test/intuition/monitorclass.c diff --git a/test/mmakefile.src b/test/mmakefile.src index c02c981671..e1794ce298 100644 --- a/test/mmakefile.src +++ b/test/mmakefile.src @@ -8,8 +8,6 @@ include $(TOP)/config/make.cfg COMMONTESTFILES := \ amigademo \ availfonts \ - customscreen \ - displayalert \ exceptiontest \ exceptiontest2 \ fileseek \ @@ -20,7 +18,6 @@ COMMONTESTFILES := \ ilbmtoc \ localetest \ modeid \ - monitorclass \ newmatch \ keymaptest \ inquire \ @@ -33,21 +30,14 @@ COMMONTESTFILES := \ unixio \ opendiskfont \ partition \ - showvisregion \ - showvisshape \ sortlayercr \ systemtags \ systemtagsslave \ - randtest \ camdtree \ - mktime \ rexxsyslibtest \ printnativekeytable \ testide \ simplepng \ - rwverify \ - timeport \ - time \ convertpixels \ patchrgbconv \ joystick \ @@ -56,7 +46,6 @@ COMMONTESTFILES := \ versionlib \ runtests \ fsresource \ - taskstorage \ mountlist \ crashtest \ openlocale \ -- 2.11.4.GIT