From 0639ff9a42e0c2a4057f01c1725ff70527b3e9b4 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Fri, 8 May 2020 13:02:22 +0000 Subject: [PATCH] more apps into testing folder git-svn-id: svn://kolibrios.org@7900 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 6 +++--- programs/{system => testing}/cpuid/trunk/Build.bat | 0 programs/{system => testing}/cpuid/trunk/CPUID.ASM | 0 .../{system => testing}/cpuid/trunk/HISTORY.TXT | 0 programs/{system => testing}/cpuid/trunk/README.TXT | 0 .../{system => testing}/cpuid/trunk/Tupfile.lua | 0 programs/{system => testing}/cpuid/trunk/amd.gif | Bin programs/{system => testing}/cpuid/trunk/brand.inc | 0 programs/{system => testing}/cpuid/trunk/caches.inc | 0 programs/{system => testing}/cpuid/trunk/cyrix.gif | Bin programs/{system => testing}/cpuid/trunk/draw.inc | 0 .../{system => testing}/cpuid/trunk/features.inc | 0 .../{system => testing}/cpuid/trunk/gif_lite.inc | 0 programs/{system => testing}/cpuid/trunk/idt.gif | Bin programs/{system => testing}/cpuid/trunk/intel.gif | Bin programs/{system => testing}/cpuid/trunk/logos.inc | 0 programs/{system => testing}/cpuid/trunk/makefile | 0 .../{system => testing}/cpuid/trunk/multipli.inc | 0 .../{system => testing}/cpuid/trunk/rsatest.inc | 0 .../{system => testing}/cpuid/trunk/transmet.gif | Bin .../{system => testing}/cpuid/trunk/variable.inc | 0 programs/{system => testing}/cpuid/trunk/via.gif | Bin programs/{system => testing}/cpuid/trunk/vortex.gif | Bin .../{system => testing}/latency/trunk/Tupfile.lua | 0 .../{system => testing}/latency/trunk/build.bat | 0 .../{system => testing}/latency/trunk/latency.asm | 0 programs/{system => testing}/latency/trunk/makefile | 0 .../pcidev/branches/new_api/PCIDEV.ASM | 0 .../pcidev/branches/new_api/Tupfile.lua | 0 .../pcidev/branches/new_api/build.bat | 0 .../pcidev/branches/new_api/makefile | 0 .../pcidev/branches/new_api/vendors.inc | 0 .../{system => testing}/pcidev/trunk/PCIDEV.ASM | 0 .../{system => testing}/pcidev/trunk/Tupfile.lua | 0 .../{system => testing}/pcidev/trunk/build_en.bat | 0 .../{system => testing}/pcidev/trunk/history.txt | 0 programs/{system => testing}/pcidev/trunk/makefile | 0 .../{system => testing}/pcidev/trunk/vendors.add | 0 .../{system => testing}/pcidev/trunk/vendors.inc | 0 39 files changed, 3 insertions(+), 3 deletions(-) rename programs/{system => testing}/cpuid/trunk/Build.bat (100%) rename programs/{system => testing}/cpuid/trunk/CPUID.ASM (100%) rename programs/{system => testing}/cpuid/trunk/HISTORY.TXT (100%) rename programs/{system => testing}/cpuid/trunk/README.TXT (100%) rename programs/{system => testing}/cpuid/trunk/Tupfile.lua (100%) rename programs/{system => testing}/cpuid/trunk/amd.gif (100%) rename programs/{system => testing}/cpuid/trunk/brand.inc (100%) rename programs/{system => testing}/cpuid/trunk/caches.inc (100%) rename programs/{system => testing}/cpuid/trunk/cyrix.gif (100%) rename programs/{system => testing}/cpuid/trunk/draw.inc (100%) rename programs/{system => testing}/cpuid/trunk/features.inc (100%) rename programs/{system => testing}/cpuid/trunk/gif_lite.inc (100%) rename programs/{system => testing}/cpuid/trunk/idt.gif (100%) rename programs/{system => testing}/cpuid/trunk/intel.gif (100%) rename programs/{system => testing}/cpuid/trunk/logos.inc (100%) rename programs/{system => testing}/cpuid/trunk/makefile (100%) rename programs/{system => testing}/cpuid/trunk/multipli.inc (100%) rename programs/{system => testing}/cpuid/trunk/rsatest.inc (100%) rename programs/{system => testing}/cpuid/trunk/transmet.gif (100%) rename programs/{system => testing}/cpuid/trunk/variable.inc (100%) rename programs/{system => testing}/cpuid/trunk/via.gif (100%) rename programs/{system => testing}/cpuid/trunk/vortex.gif (100%) rename programs/{system => testing}/latency/trunk/Tupfile.lua (100%) rename programs/{system => testing}/latency/trunk/build.bat (100%) rename programs/{system => testing}/latency/trunk/latency.asm (100%) rename programs/{system => testing}/latency/trunk/makefile (100%) rename programs/{system => testing}/pcidev/branches/new_api/PCIDEV.ASM (100%) rename programs/{system => testing}/pcidev/branches/new_api/Tupfile.lua (100%) rename programs/{system => testing}/pcidev/branches/new_api/build.bat (100%) rename programs/{system => testing}/pcidev/branches/new_api/makefile (100%) rename programs/{system => testing}/pcidev/branches/new_api/vendors.inc (100%) rename programs/{system => testing}/pcidev/trunk/PCIDEV.ASM (100%) rename programs/{system => testing}/pcidev/trunk/Tupfile.lua (100%) rename programs/{system => testing}/pcidev/trunk/build_en.bat (100%) rename programs/{system => testing}/pcidev/trunk/history.txt (100%) rename programs/{system => testing}/pcidev/trunk/makefile (100%) rename programs/{system => testing}/pcidev/trunk/vendors.add (100%) rename programs/{system => testing}/pcidev/trunk/vendors.inc (100%) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index a23ed67bbb..2799790c90 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -355,7 +355,7 @@ tup.append_table(img_files, { {"COLRDIAL", PROGS .. "/system/colrdial/color_dialog"}, {"CROPFLAT", PROGS .. "/system/cropflat/cropflat"}, {"CPU", PROGS .. "/system/cpu/trunk/cpu"}, - {"CPUID", PROGS .. "/system/cpuid/trunk/CPUID"}, + {"CPUID", PROGS .. "/testing/cpuid/trunk/CPUID"}, {"DOCPACK", PROGS .. "/system/docpack/trunk/docpack"}, {"DEFAULT.SKN", "../skins/Leency/Shkvorka/Shkvorka.skn"}, {"DISPTEST", PROGS .. "/testing/disptest/trunk/disptest"}, @@ -373,7 +373,7 @@ tup.append_table(img_files, { {"MOUSEMUL", PROGS .. "/system/mousemul/trunk/mousemul"}, {"MADMOUSE", PROGS .. "/other/madmouse/madmouse"}, {"MYKEY", PROGS .. "/system/MyKey/trunk/MyKey"}, - {"PCIDEV", PROGS .. "/system/pcidev/trunk/PCIDEV"}, + {"PCIDEV", PROGS .. "/testing/pcidev/trunk/PCIDEV"}, {"RDSAVE", PROGS .. "/system/rdsave/trunk/rdsave"}, {"RTFREAD", PROGS .. "/other/rtfread/trunk/rtfread"}, {"SEARCHAP", PROGS .. "/system/searchap/searchap"}, @@ -381,7 +381,7 @@ tup.append_table(img_files, { {"SETUP", PROGS .. "/system/setup/trunk/setup"}, {"SKINCFG", PROGS .. "/system/skincfg/trunk/skincfg"}, {"TERMINAL", PROGS .. "/system/terminal/terminal"}, - {"TEST", PROGS .. "/testing/test/trunk/protection"}, + {"TEST", PROGS .. "/testing/protection/trunk/test"}, {"TINYPAD", PROGS .. "/develop/tinypad/trunk/tinypad"}, {"UNZ", PROGS .. "/fs/unz/unz"}, {"ZKEY", PROGS .. "/system/zkey/trunk/ZKEY"}, diff --git a/programs/system/cpuid/trunk/Build.bat b/programs/testing/cpuid/trunk/Build.bat similarity index 100% rename from programs/system/cpuid/trunk/Build.bat rename to programs/testing/cpuid/trunk/Build.bat diff --git a/programs/system/cpuid/trunk/CPUID.ASM b/programs/testing/cpuid/trunk/CPUID.ASM similarity index 100% rename from programs/system/cpuid/trunk/CPUID.ASM rename to programs/testing/cpuid/trunk/CPUID.ASM diff --git a/programs/system/cpuid/trunk/HISTORY.TXT b/programs/testing/cpuid/trunk/HISTORY.TXT similarity index 100% rename from programs/system/cpuid/trunk/HISTORY.TXT rename to programs/testing/cpuid/trunk/HISTORY.TXT diff --git a/programs/system/cpuid/trunk/README.TXT b/programs/testing/cpuid/trunk/README.TXT similarity index 100% rename from programs/system/cpuid/trunk/README.TXT rename to programs/testing/cpuid/trunk/README.TXT diff --git a/programs/system/cpuid/trunk/Tupfile.lua b/programs/testing/cpuid/trunk/Tupfile.lua similarity index 100% rename from programs/system/cpuid/trunk/Tupfile.lua rename to programs/testing/cpuid/trunk/Tupfile.lua diff --git a/programs/system/cpuid/trunk/amd.gif b/programs/testing/cpuid/trunk/amd.gif similarity index 100% rename from programs/system/cpuid/trunk/amd.gif rename to programs/testing/cpuid/trunk/amd.gif diff --git a/programs/system/cpuid/trunk/brand.inc b/programs/testing/cpuid/trunk/brand.inc similarity index 100% rename from programs/system/cpuid/trunk/brand.inc rename to programs/testing/cpuid/trunk/brand.inc diff --git a/programs/system/cpuid/trunk/caches.inc b/programs/testing/cpuid/trunk/caches.inc similarity index 100% rename from programs/system/cpuid/trunk/caches.inc rename to programs/testing/cpuid/trunk/caches.inc diff --git a/programs/system/cpuid/trunk/cyrix.gif b/programs/testing/cpuid/trunk/cyrix.gif similarity index 100% rename from programs/system/cpuid/trunk/cyrix.gif rename to programs/testing/cpuid/trunk/cyrix.gif diff --git a/programs/system/cpuid/trunk/draw.inc b/programs/testing/cpuid/trunk/draw.inc similarity index 100% rename from programs/system/cpuid/trunk/draw.inc rename to programs/testing/cpuid/trunk/draw.inc diff --git a/programs/system/cpuid/trunk/features.inc b/programs/testing/cpuid/trunk/features.inc similarity index 100% rename from programs/system/cpuid/trunk/features.inc rename to programs/testing/cpuid/trunk/features.inc diff --git a/programs/system/cpuid/trunk/gif_lite.inc b/programs/testing/cpuid/trunk/gif_lite.inc similarity index 100% rename from programs/system/cpuid/trunk/gif_lite.inc rename to programs/testing/cpuid/trunk/gif_lite.inc diff --git a/programs/system/cpuid/trunk/idt.gif b/programs/testing/cpuid/trunk/idt.gif similarity index 100% rename from programs/system/cpuid/trunk/idt.gif rename to programs/testing/cpuid/trunk/idt.gif diff --git a/programs/system/cpuid/trunk/intel.gif b/programs/testing/cpuid/trunk/intel.gif similarity index 100% rename from programs/system/cpuid/trunk/intel.gif rename to programs/testing/cpuid/trunk/intel.gif diff --git a/programs/system/cpuid/trunk/logos.inc b/programs/testing/cpuid/trunk/logos.inc similarity index 100% rename from programs/system/cpuid/trunk/logos.inc rename to programs/testing/cpuid/trunk/logos.inc diff --git a/programs/system/cpuid/trunk/makefile b/programs/testing/cpuid/trunk/makefile similarity index 100% rename from programs/system/cpuid/trunk/makefile rename to programs/testing/cpuid/trunk/makefile diff --git a/programs/system/cpuid/trunk/multipli.inc b/programs/testing/cpuid/trunk/multipli.inc similarity index 100% rename from programs/system/cpuid/trunk/multipli.inc rename to programs/testing/cpuid/trunk/multipli.inc diff --git a/programs/system/cpuid/trunk/rsatest.inc b/programs/testing/cpuid/trunk/rsatest.inc similarity index 100% rename from programs/system/cpuid/trunk/rsatest.inc rename to programs/testing/cpuid/trunk/rsatest.inc diff --git a/programs/system/cpuid/trunk/transmet.gif b/programs/testing/cpuid/trunk/transmet.gif similarity index 100% rename from programs/system/cpuid/trunk/transmet.gif rename to programs/testing/cpuid/trunk/transmet.gif diff --git a/programs/system/cpuid/trunk/variable.inc b/programs/testing/cpuid/trunk/variable.inc similarity index 100% rename from programs/system/cpuid/trunk/variable.inc rename to programs/testing/cpuid/trunk/variable.inc diff --git a/programs/system/cpuid/trunk/via.gif b/programs/testing/cpuid/trunk/via.gif similarity index 100% rename from programs/system/cpuid/trunk/via.gif rename to programs/testing/cpuid/trunk/via.gif diff --git a/programs/system/cpuid/trunk/vortex.gif b/programs/testing/cpuid/trunk/vortex.gif similarity index 100% rename from programs/system/cpuid/trunk/vortex.gif rename to programs/testing/cpuid/trunk/vortex.gif diff --git a/programs/system/latency/trunk/Tupfile.lua b/programs/testing/latency/trunk/Tupfile.lua similarity index 100% rename from programs/system/latency/trunk/Tupfile.lua rename to programs/testing/latency/trunk/Tupfile.lua diff --git a/programs/system/latency/trunk/build.bat b/programs/testing/latency/trunk/build.bat similarity index 100% rename from programs/system/latency/trunk/build.bat rename to programs/testing/latency/trunk/build.bat diff --git a/programs/system/latency/trunk/latency.asm b/programs/testing/latency/trunk/latency.asm similarity index 100% rename from programs/system/latency/trunk/latency.asm rename to programs/testing/latency/trunk/latency.asm diff --git a/programs/system/latency/trunk/makefile b/programs/testing/latency/trunk/makefile similarity index 100% rename from programs/system/latency/trunk/makefile rename to programs/testing/latency/trunk/makefile diff --git a/programs/system/pcidev/branches/new_api/PCIDEV.ASM b/programs/testing/pcidev/branches/new_api/PCIDEV.ASM similarity index 100% rename from programs/system/pcidev/branches/new_api/PCIDEV.ASM rename to programs/testing/pcidev/branches/new_api/PCIDEV.ASM diff --git a/programs/system/pcidev/branches/new_api/Tupfile.lua b/programs/testing/pcidev/branches/new_api/Tupfile.lua similarity index 100% rename from programs/system/pcidev/branches/new_api/Tupfile.lua rename to programs/testing/pcidev/branches/new_api/Tupfile.lua diff --git a/programs/system/pcidev/branches/new_api/build.bat b/programs/testing/pcidev/branches/new_api/build.bat similarity index 100% rename from programs/system/pcidev/branches/new_api/build.bat rename to programs/testing/pcidev/branches/new_api/build.bat diff --git a/programs/system/pcidev/branches/new_api/makefile b/programs/testing/pcidev/branches/new_api/makefile similarity index 100% rename from programs/system/pcidev/branches/new_api/makefile rename to programs/testing/pcidev/branches/new_api/makefile diff --git a/programs/system/pcidev/branches/new_api/vendors.inc b/programs/testing/pcidev/branches/new_api/vendors.inc similarity index 100% rename from programs/system/pcidev/branches/new_api/vendors.inc rename to programs/testing/pcidev/branches/new_api/vendors.inc diff --git a/programs/system/pcidev/trunk/PCIDEV.ASM b/programs/testing/pcidev/trunk/PCIDEV.ASM similarity index 100% rename from programs/system/pcidev/trunk/PCIDEV.ASM rename to programs/testing/pcidev/trunk/PCIDEV.ASM diff --git a/programs/system/pcidev/trunk/Tupfile.lua b/programs/testing/pcidev/trunk/Tupfile.lua similarity index 100% rename from programs/system/pcidev/trunk/Tupfile.lua rename to programs/testing/pcidev/trunk/Tupfile.lua diff --git a/programs/system/pcidev/trunk/build_en.bat b/programs/testing/pcidev/trunk/build_en.bat similarity index 100% rename from programs/system/pcidev/trunk/build_en.bat rename to programs/testing/pcidev/trunk/build_en.bat diff --git a/programs/system/pcidev/trunk/history.txt b/programs/testing/pcidev/trunk/history.txt similarity index 100% rename from programs/system/pcidev/trunk/history.txt rename to programs/testing/pcidev/trunk/history.txt diff --git a/programs/system/pcidev/trunk/makefile b/programs/testing/pcidev/trunk/makefile similarity index 100% rename from programs/system/pcidev/trunk/makefile rename to programs/testing/pcidev/trunk/makefile diff --git a/programs/system/pcidev/trunk/vendors.add b/programs/testing/pcidev/trunk/vendors.add similarity index 100% rename from programs/system/pcidev/trunk/vendors.add rename to programs/testing/pcidev/trunk/vendors.add diff --git a/programs/system/pcidev/trunk/vendors.inc b/programs/testing/pcidev/trunk/vendors.inc similarity index 100% rename from programs/system/pcidev/trunk/vendors.inc rename to programs/testing/pcidev/trunk/vendors.inc