From dcee493e945a0154f73e1f3cb612026a82fcf1d9 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Tue, 29 Sep 2020 19:12:34 +0200 Subject: [PATCH] move remaining stuff from testcode/lib/ one level up to testcode/ --- testcode/{lib => }/Makefile | 0 testcode/{lib => }/accelerator/Makefile | 0 testcode/{lib => }/accelerator/c64-c128-scpu-test.c | 0 testcode/{lib => }/accelerator/c64-c128-test.c | 0 testcode/{lib => }/accelerator/c64dtv-test.c | 0 testcode/{lib => }/accelerator/c65-test.c | 0 testcode/{lib => }/accelerator/chameleon-test.c | 0 testcode/{lib => }/accelerator/turbo-test.c | 0 testcode/{lib => }/accelerator/turbomaster-test.c | 0 testcode/{lib => }/apple2/Makefile | 0 testcode/{lib => }/apple2/astronaut.hgr | Bin testcode/{lib => }/apple2/catface.dhgr | Bin testcode/{lib => }/apple2/chips.hgr | Bin testcode/{lib => }/apple2/dhgrshow.c | 0 testcode/{lib => }/apple2/gatsby.dhgr | Bin testcode/{lib => }/apple2/girl.dhgr | Bin testcode/{lib => }/apple2/hgrshow.c | 0 testcode/{lib => }/apple2/hgrtest.c | 0 testcode/{lib => }/apple2/macrometer.hgr | Bin testcode/{lib => }/apple2/mariner.hgr | Bin testcode/{lib => }/apple2/monarch.dhgr | Bin testcode/{lib => }/apple2/rose.hgr | Bin testcode/{lib => }/apple2/superman.dhgr | Bin testcode/{lib => }/apple2/venice.dhgr | Bin testcode/{lib => }/apple2/werner.hgr | Bin testcode/{lib => }/apple2/werner.s | 0 testcode/{lib => }/apple2/winston.hgr | Bin testcode/{lib => }/arg-test.c | 0 testcode/{lib => }/atari/Makefile | 0 testcode/{lib => }/atari/asm-xex.s | 0 testcode/{lib => }/atari/charmapping.c | 0 testcode/{lib => }/atari/defdev.c | 0 testcode/{lib => }/atari/displaylist.c | 0 testcode/{lib => }/atari/mem.c | 0 testcode/{lib => }/atari/multi-xex.cfg | 0 testcode/{lib => }/atari/multi-xex.s | 0 testcode/{lib => }/atari/ostype.c | 0 testcode/{lib => }/atari/scrcode.s | 0 testcode/{lib => }/atari/sys.c | 0 testcode/{lib => }/atari5200/Makefile | 0 testcode/{lib => }/atari5200/hello.c | 0 testcode/{lib => }/cbm/Makefile | 0 testcode/{lib => }/cbm/petscii.c | 0 testcode/{lib => }/clock-test.c | 0 testcode/{lib => }/clock.c | 0 testcode/{lib => }/conio.c | 0 testcode/{lib => }/cpeek-test.c | 0 testcode/{lib => }/cprintf.c | 0 testcode/{lib => }/cursor.c | 0 testcode/{lib => }/deb.c | 0 testcode/{lib => }/dir-test.c | 0 testcode/{lib => }/div-test.c | 0 testcode/{lib => }/em-test.c | 0 testcode/{lib => }/exec-test1.c | 0 testcode/{lib => }/exec-test2.c | 0 testcode/{lib => }/fileio-test.c | 0 testcode/{lib => }/ft.c | 0 testcode/{lib => }/gamate/Makefile | 0 testcode/{lib => }/gamate/audiotest.s | 0 testcode/{lib => }/gamate/cga2.chr | Bin testcode/{lib => }/gamate/ctest.c | 0 testcode/{lib => }/gamate/lcdtest.s | 0 testcode/{lib => }/gamate/nachtm.c | 0 testcode/{lib => }/getopt-test.c | 0 testcode/{lib => }/getsp.s | 0 testcode/{lib => }/heaptest.c | 0 testcode/{lib => }/joy-test.c | 0 testcode/lib/.gitignore | 2 -- testcode/{lib => }/moddiv-test.c | 0 testcode/{lib => }/mouse-test.c | 0 testcode/{lib => }/mul-test.c | 0 testcode/{lib => }/pce/Makefile | 0 testcode/{lib => }/pce/conio.c | 0 testcode/{lib => }/posixio-test.c | 0 testcode/{lib => }/rename-test.c | 0 testcode/{lib => }/scanf-test.c | 0 testcode/{lib => }/seek.c | 0 testcode/{lib => }/ser-test.c | 0 testcode/{lib => }/strdup-test.c | 0 testcode/{lib => }/stroserror-test.c | 0 testcode/{lib => }/strqtok-test.c | 0 testcode/{lib => }/tinyshell.c | 0 testcode/{lib => }/uname-test.c | 0 83 files changed, 2 deletions(-) rename testcode/{lib => }/Makefile (100%) rename testcode/{lib => }/accelerator/Makefile (100%) rename testcode/{lib => }/accelerator/c64-c128-scpu-test.c (100%) rename testcode/{lib => }/accelerator/c64-c128-test.c (100%) rename testcode/{lib => }/accelerator/c64dtv-test.c (100%) rename testcode/{lib => }/accelerator/c65-test.c (100%) rename testcode/{lib => }/accelerator/chameleon-test.c (100%) rename testcode/{lib => }/accelerator/turbo-test.c (100%) rename testcode/{lib => }/accelerator/turbomaster-test.c (100%) rename testcode/{lib => }/apple2/Makefile (100%) rename testcode/{lib => }/apple2/astronaut.hgr (100%) rename testcode/{lib => }/apple2/catface.dhgr (100%) rename testcode/{lib => }/apple2/chips.hgr (100%) rename testcode/{lib => }/apple2/dhgrshow.c (100%) rename testcode/{lib => }/apple2/gatsby.dhgr (100%) rename testcode/{lib => }/apple2/girl.dhgr (100%) rename testcode/{lib => }/apple2/hgrshow.c (100%) rename testcode/{lib => }/apple2/hgrtest.c (100%) rename testcode/{lib => }/apple2/macrometer.hgr (100%) rename testcode/{lib => }/apple2/mariner.hgr (100%) rename testcode/{lib => }/apple2/monarch.dhgr (100%) rename testcode/{lib => }/apple2/rose.hgr (100%) rename testcode/{lib => }/apple2/superman.dhgr (100%) rename testcode/{lib => }/apple2/venice.dhgr (100%) rename testcode/{lib => }/apple2/werner.hgr (100%) rename testcode/{lib => }/apple2/werner.s (100%) rename testcode/{lib => }/apple2/winston.hgr (100%) rename testcode/{lib => }/arg-test.c (100%) rename testcode/{lib => }/atari/Makefile (100%) rename testcode/{lib => }/atari/asm-xex.s (100%) rename testcode/{lib => }/atari/charmapping.c (100%) rename testcode/{lib => }/atari/defdev.c (100%) rename testcode/{lib => }/atari/displaylist.c (100%) rename testcode/{lib => }/atari/mem.c (100%) rename testcode/{lib => }/atari/multi-xex.cfg (100%) rename testcode/{lib => }/atari/multi-xex.s (100%) rename testcode/{lib => }/atari/ostype.c (100%) rename testcode/{lib => }/atari/scrcode.s (100%) rename testcode/{lib => }/atari/sys.c (100%) rename testcode/{lib => }/atari5200/Makefile (100%) rename testcode/{lib => }/atari5200/hello.c (100%) rename testcode/{lib => }/cbm/Makefile (100%) rename testcode/{lib => }/cbm/petscii.c (100%) rename testcode/{lib => }/clock-test.c (100%) rename testcode/{lib => }/clock.c (100%) rename testcode/{lib => }/conio.c (100%) rename testcode/{lib => }/cpeek-test.c (100%) rename testcode/{lib => }/cprintf.c (100%) rename testcode/{lib => }/cursor.c (100%) rename testcode/{lib => }/deb.c (100%) rename testcode/{lib => }/dir-test.c (100%) rename testcode/{lib => }/div-test.c (100%) rename testcode/{lib => }/em-test.c (100%) rename testcode/{lib => }/exec-test1.c (100%) rename testcode/{lib => }/exec-test2.c (100%) rename testcode/{lib => }/fileio-test.c (100%) rename testcode/{lib => }/ft.c (100%) rename testcode/{lib => }/gamate/Makefile (100%) rename testcode/{lib => }/gamate/audiotest.s (100%) rename testcode/{lib => }/gamate/cga2.chr (100%) rename testcode/{lib => }/gamate/ctest.c (100%) rename testcode/{lib => }/gamate/lcdtest.s (100%) rename testcode/{lib => }/gamate/nachtm.c (100%) rename testcode/{lib => }/getopt-test.c (100%) rename testcode/{lib => }/getsp.s (100%) rename testcode/{lib => }/heaptest.c (100%) rename testcode/{lib => }/joy-test.c (100%) delete mode 100644 testcode/lib/.gitignore rename testcode/{lib => }/moddiv-test.c (100%) rename testcode/{lib => }/mouse-test.c (100%) rename testcode/{lib => }/mul-test.c (100%) rename testcode/{lib => }/pce/Makefile (100%) rename testcode/{lib => }/pce/conio.c (100%) rename testcode/{lib => }/posixio-test.c (100%) rename testcode/{lib => }/rename-test.c (100%) rename testcode/{lib => }/scanf-test.c (100%) rename testcode/{lib => }/seek.c (100%) rename testcode/{lib => }/ser-test.c (100%) rename testcode/{lib => }/strdup-test.c (100%) rename testcode/{lib => }/stroserror-test.c (100%) rename testcode/{lib => }/strqtok-test.c (100%) rename testcode/{lib => }/tinyshell.c (100%) rename testcode/{lib => }/uname-test.c (100%) diff --git a/testcode/lib/Makefile b/testcode/Makefile similarity index 100% rename from testcode/lib/Makefile rename to testcode/Makefile diff --git a/testcode/lib/accelerator/Makefile b/testcode/accelerator/Makefile similarity index 100% rename from testcode/lib/accelerator/Makefile rename to testcode/accelerator/Makefile diff --git a/testcode/lib/accelerator/c64-c128-scpu-test.c b/testcode/accelerator/c64-c128-scpu-test.c similarity index 100% rename from testcode/lib/accelerator/c64-c128-scpu-test.c rename to testcode/accelerator/c64-c128-scpu-test.c diff --git a/testcode/lib/accelerator/c64-c128-test.c b/testcode/accelerator/c64-c128-test.c similarity index 100% rename from testcode/lib/accelerator/c64-c128-test.c rename to testcode/accelerator/c64-c128-test.c diff --git a/testcode/lib/accelerator/c64dtv-test.c b/testcode/accelerator/c64dtv-test.c similarity index 100% rename from testcode/lib/accelerator/c64dtv-test.c rename to testcode/accelerator/c64dtv-test.c diff --git a/testcode/lib/accelerator/c65-test.c b/testcode/accelerator/c65-test.c similarity index 100% rename from testcode/lib/accelerator/c65-test.c rename to testcode/accelerator/c65-test.c diff --git a/testcode/lib/accelerator/chameleon-test.c b/testcode/accelerator/chameleon-test.c similarity index 100% rename from testcode/lib/accelerator/chameleon-test.c rename to testcode/accelerator/chameleon-test.c diff --git a/testcode/lib/accelerator/turbo-test.c b/testcode/accelerator/turbo-test.c similarity index 100% rename from testcode/lib/accelerator/turbo-test.c rename to testcode/accelerator/turbo-test.c diff --git a/testcode/lib/accelerator/turbomaster-test.c b/testcode/accelerator/turbomaster-test.c similarity index 100% rename from testcode/lib/accelerator/turbomaster-test.c rename to testcode/accelerator/turbomaster-test.c diff --git a/testcode/lib/apple2/Makefile b/testcode/apple2/Makefile similarity index 100% rename from testcode/lib/apple2/Makefile rename to testcode/apple2/Makefile diff --git a/testcode/lib/apple2/astronaut.hgr b/testcode/apple2/astronaut.hgr similarity index 100% rename from testcode/lib/apple2/astronaut.hgr rename to testcode/apple2/astronaut.hgr diff --git a/testcode/lib/apple2/catface.dhgr b/testcode/apple2/catface.dhgr similarity index 100% rename from testcode/lib/apple2/catface.dhgr rename to testcode/apple2/catface.dhgr diff --git a/testcode/lib/apple2/chips.hgr b/testcode/apple2/chips.hgr similarity index 100% rename from testcode/lib/apple2/chips.hgr rename to testcode/apple2/chips.hgr diff --git a/testcode/lib/apple2/dhgrshow.c b/testcode/apple2/dhgrshow.c similarity index 100% rename from testcode/lib/apple2/dhgrshow.c rename to testcode/apple2/dhgrshow.c diff --git a/testcode/lib/apple2/gatsby.dhgr b/testcode/apple2/gatsby.dhgr similarity index 100% rename from testcode/lib/apple2/gatsby.dhgr rename to testcode/apple2/gatsby.dhgr diff --git a/testcode/lib/apple2/girl.dhgr b/testcode/apple2/girl.dhgr similarity index 100% rename from testcode/lib/apple2/girl.dhgr rename to testcode/apple2/girl.dhgr diff --git a/testcode/lib/apple2/hgrshow.c b/testcode/apple2/hgrshow.c similarity index 100% rename from testcode/lib/apple2/hgrshow.c rename to testcode/apple2/hgrshow.c diff --git a/testcode/lib/apple2/hgrtest.c b/testcode/apple2/hgrtest.c similarity index 100% rename from testcode/lib/apple2/hgrtest.c rename to testcode/apple2/hgrtest.c diff --git a/testcode/lib/apple2/macrometer.hgr b/testcode/apple2/macrometer.hgr similarity index 100% rename from testcode/lib/apple2/macrometer.hgr rename to testcode/apple2/macrometer.hgr diff --git a/testcode/lib/apple2/mariner.hgr b/testcode/apple2/mariner.hgr similarity index 100% rename from testcode/lib/apple2/mariner.hgr rename to testcode/apple2/mariner.hgr diff --git a/testcode/lib/apple2/monarch.dhgr b/testcode/apple2/monarch.dhgr similarity index 100% rename from testcode/lib/apple2/monarch.dhgr rename to testcode/apple2/monarch.dhgr diff --git a/testcode/lib/apple2/rose.hgr b/testcode/apple2/rose.hgr similarity index 100% rename from testcode/lib/apple2/rose.hgr rename to testcode/apple2/rose.hgr diff --git a/testcode/lib/apple2/superman.dhgr b/testcode/apple2/superman.dhgr similarity index 100% rename from testcode/lib/apple2/superman.dhgr rename to testcode/apple2/superman.dhgr diff --git a/testcode/lib/apple2/venice.dhgr b/testcode/apple2/venice.dhgr similarity index 100% rename from testcode/lib/apple2/venice.dhgr rename to testcode/apple2/venice.dhgr diff --git a/testcode/lib/apple2/werner.hgr b/testcode/apple2/werner.hgr similarity index 100% rename from testcode/lib/apple2/werner.hgr rename to testcode/apple2/werner.hgr diff --git a/testcode/lib/apple2/werner.s b/testcode/apple2/werner.s similarity index 100% rename from testcode/lib/apple2/werner.s rename to testcode/apple2/werner.s diff --git a/testcode/lib/apple2/winston.hgr b/testcode/apple2/winston.hgr similarity index 100% rename from testcode/lib/apple2/winston.hgr rename to testcode/apple2/winston.hgr diff --git a/testcode/lib/arg-test.c b/testcode/arg-test.c similarity index 100% rename from testcode/lib/arg-test.c rename to testcode/arg-test.c diff --git a/testcode/lib/atari/Makefile b/testcode/atari/Makefile similarity index 100% rename from testcode/lib/atari/Makefile rename to testcode/atari/Makefile diff --git a/testcode/lib/atari/asm-xex.s b/testcode/atari/asm-xex.s similarity index 100% rename from testcode/lib/atari/asm-xex.s rename to testcode/atari/asm-xex.s diff --git a/testcode/lib/atari/charmapping.c b/testcode/atari/charmapping.c similarity index 100% rename from testcode/lib/atari/charmapping.c rename to testcode/atari/charmapping.c diff --git a/testcode/lib/atari/defdev.c b/testcode/atari/defdev.c similarity index 100% rename from testcode/lib/atari/defdev.c rename to testcode/atari/defdev.c diff --git a/testcode/lib/atari/displaylist.c b/testcode/atari/displaylist.c similarity index 100% rename from testcode/lib/atari/displaylist.c rename to testcode/atari/displaylist.c diff --git a/testcode/lib/atari/mem.c b/testcode/atari/mem.c similarity index 100% rename from testcode/lib/atari/mem.c rename to testcode/atari/mem.c diff --git a/testcode/lib/atari/multi-xex.cfg b/testcode/atari/multi-xex.cfg similarity index 100% rename from testcode/lib/atari/multi-xex.cfg rename to testcode/atari/multi-xex.cfg diff --git a/testcode/lib/atari/multi-xex.s b/testcode/atari/multi-xex.s similarity index 100% rename from testcode/lib/atari/multi-xex.s rename to testcode/atari/multi-xex.s diff --git a/testcode/lib/atari/ostype.c b/testcode/atari/ostype.c similarity index 100% rename from testcode/lib/atari/ostype.c rename to testcode/atari/ostype.c diff --git a/testcode/lib/atari/scrcode.s b/testcode/atari/scrcode.s similarity index 100% rename from testcode/lib/atari/scrcode.s rename to testcode/atari/scrcode.s diff --git a/testcode/lib/atari/sys.c b/testcode/atari/sys.c similarity index 100% rename from testcode/lib/atari/sys.c rename to testcode/atari/sys.c diff --git a/testcode/lib/atari5200/Makefile b/testcode/atari5200/Makefile similarity index 100% rename from testcode/lib/atari5200/Makefile rename to testcode/atari5200/Makefile diff --git a/testcode/lib/atari5200/hello.c b/testcode/atari5200/hello.c similarity index 100% rename from testcode/lib/atari5200/hello.c rename to testcode/atari5200/hello.c diff --git a/testcode/lib/cbm/Makefile b/testcode/cbm/Makefile similarity index 100% rename from testcode/lib/cbm/Makefile rename to testcode/cbm/Makefile diff --git a/testcode/lib/cbm/petscii.c b/testcode/cbm/petscii.c similarity index 100% rename from testcode/lib/cbm/petscii.c rename to testcode/cbm/petscii.c diff --git a/testcode/lib/clock-test.c b/testcode/clock-test.c similarity index 100% rename from testcode/lib/clock-test.c rename to testcode/clock-test.c diff --git a/testcode/lib/clock.c b/testcode/clock.c similarity index 100% rename from testcode/lib/clock.c rename to testcode/clock.c diff --git a/testcode/lib/conio.c b/testcode/conio.c similarity index 100% rename from testcode/lib/conio.c rename to testcode/conio.c diff --git a/testcode/lib/cpeek-test.c b/testcode/cpeek-test.c similarity index 100% rename from testcode/lib/cpeek-test.c rename to testcode/cpeek-test.c diff --git a/testcode/lib/cprintf.c b/testcode/cprintf.c similarity index 100% rename from testcode/lib/cprintf.c rename to testcode/cprintf.c diff --git a/testcode/lib/cursor.c b/testcode/cursor.c similarity index 100% rename from testcode/lib/cursor.c rename to testcode/cursor.c diff --git a/testcode/lib/deb.c b/testcode/deb.c similarity index 100% rename from testcode/lib/deb.c rename to testcode/deb.c diff --git a/testcode/lib/dir-test.c b/testcode/dir-test.c similarity index 100% rename from testcode/lib/dir-test.c rename to testcode/dir-test.c diff --git a/testcode/lib/div-test.c b/testcode/div-test.c similarity index 100% rename from testcode/lib/div-test.c rename to testcode/div-test.c diff --git a/testcode/lib/em-test.c b/testcode/em-test.c similarity index 100% rename from testcode/lib/em-test.c rename to testcode/em-test.c diff --git a/testcode/lib/exec-test1.c b/testcode/exec-test1.c similarity index 100% rename from testcode/lib/exec-test1.c rename to testcode/exec-test1.c diff --git a/testcode/lib/exec-test2.c b/testcode/exec-test2.c similarity index 100% rename from testcode/lib/exec-test2.c rename to testcode/exec-test2.c diff --git a/testcode/lib/fileio-test.c b/testcode/fileio-test.c similarity index 100% rename from testcode/lib/fileio-test.c rename to testcode/fileio-test.c diff --git a/testcode/lib/ft.c b/testcode/ft.c similarity index 100% rename from testcode/lib/ft.c rename to testcode/ft.c diff --git a/testcode/lib/gamate/Makefile b/testcode/gamate/Makefile similarity index 100% rename from testcode/lib/gamate/Makefile rename to testcode/gamate/Makefile diff --git a/testcode/lib/gamate/audiotest.s b/testcode/gamate/audiotest.s similarity index 100% rename from testcode/lib/gamate/audiotest.s rename to testcode/gamate/audiotest.s diff --git a/testcode/lib/gamate/cga2.chr b/testcode/gamate/cga2.chr similarity index 100% rename from testcode/lib/gamate/cga2.chr rename to testcode/gamate/cga2.chr diff --git a/testcode/lib/gamate/ctest.c b/testcode/gamate/ctest.c similarity index 100% rename from testcode/lib/gamate/ctest.c rename to testcode/gamate/ctest.c diff --git a/testcode/lib/gamate/lcdtest.s b/testcode/gamate/lcdtest.s similarity index 100% rename from testcode/lib/gamate/lcdtest.s rename to testcode/gamate/lcdtest.s diff --git a/testcode/lib/gamate/nachtm.c b/testcode/gamate/nachtm.c similarity index 100% rename from testcode/lib/gamate/nachtm.c rename to testcode/gamate/nachtm.c diff --git a/testcode/lib/getopt-test.c b/testcode/getopt-test.c similarity index 100% rename from testcode/lib/getopt-test.c rename to testcode/getopt-test.c diff --git a/testcode/lib/getsp.s b/testcode/getsp.s similarity index 100% rename from testcode/lib/getsp.s rename to testcode/getsp.s diff --git a/testcode/lib/heaptest.c b/testcode/heaptest.c similarity index 100% rename from testcode/lib/heaptest.c rename to testcode/heaptest.c diff --git a/testcode/lib/joy-test.c b/testcode/joy-test.c similarity index 100% rename from testcode/lib/joy-test.c rename to testcode/joy-test.c diff --git a/testcode/lib/.gitignore b/testcode/lib/.gitignore deleted file mode 100644 index 9bb8eaa3e..000000000 --- a/testcode/lib/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.o -em-test-* diff --git a/testcode/lib/moddiv-test.c b/testcode/moddiv-test.c similarity index 100% rename from testcode/lib/moddiv-test.c rename to testcode/moddiv-test.c diff --git a/testcode/lib/mouse-test.c b/testcode/mouse-test.c similarity index 100% rename from testcode/lib/mouse-test.c rename to testcode/mouse-test.c diff --git a/testcode/lib/mul-test.c b/testcode/mul-test.c similarity index 100% rename from testcode/lib/mul-test.c rename to testcode/mul-test.c diff --git a/testcode/lib/pce/Makefile b/testcode/pce/Makefile similarity index 100% rename from testcode/lib/pce/Makefile rename to testcode/pce/Makefile diff --git a/testcode/lib/pce/conio.c b/testcode/pce/conio.c similarity index 100% rename from testcode/lib/pce/conio.c rename to testcode/pce/conio.c diff --git a/testcode/lib/posixio-test.c b/testcode/posixio-test.c similarity index 100% rename from testcode/lib/posixio-test.c rename to testcode/posixio-test.c diff --git a/testcode/lib/rename-test.c b/testcode/rename-test.c similarity index 100% rename from testcode/lib/rename-test.c rename to testcode/rename-test.c diff --git a/testcode/lib/scanf-test.c b/testcode/scanf-test.c similarity index 100% rename from testcode/lib/scanf-test.c rename to testcode/scanf-test.c diff --git a/testcode/lib/seek.c b/testcode/seek.c similarity index 100% rename from testcode/lib/seek.c rename to testcode/seek.c diff --git a/testcode/lib/ser-test.c b/testcode/ser-test.c similarity index 100% rename from testcode/lib/ser-test.c rename to testcode/ser-test.c diff --git a/testcode/lib/strdup-test.c b/testcode/strdup-test.c similarity index 100% rename from testcode/lib/strdup-test.c rename to testcode/strdup-test.c diff --git a/testcode/lib/stroserror-test.c b/testcode/stroserror-test.c similarity index 100% rename from testcode/lib/stroserror-test.c rename to testcode/stroserror-test.c diff --git a/testcode/lib/strqtok-test.c b/testcode/strqtok-test.c similarity index 100% rename from testcode/lib/strqtok-test.c rename to testcode/strqtok-test.c diff --git a/testcode/lib/tinyshell.c b/testcode/tinyshell.c similarity index 100% rename from testcode/lib/tinyshell.c rename to testcode/tinyshell.c diff --git a/testcode/lib/uname-test.c b/testcode/uname-test.c similarity index 100% rename from testcode/lib/uname-test.c rename to testcode/uname-test.c