From 94d361bbdd1e359f297a07436269341c9241173a Mon Sep 17 00:00:00 2001 From: bnnm Date: Fri, 19 Jan 2018 00:32:30 +0100 Subject: [PATCH] Rename ./test folder to ./cli for clarity --- {test => cli}/Makefile | 0 {test => cli}/Makefile.autotools.am | 0 {test => cli}/test.c | 0 {test => cli}/test.vcproj | 0 {test => cli}/test.vcxproj | 0 {test => cli}/test.vcxproj.filters | 0 {test => cli}/vgmstream123.c | 0 {test => cli}/vrts.bat | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {test => cli}/Makefile (100%) rename {test => cli}/Makefile.autotools.am (100%) rename {test => cli}/test.c (100%) rename {test => cli}/test.vcproj (100%) rename {test => cli}/test.vcxproj (100%) rename {test => cli}/test.vcxproj.filters (100%) rename {test => cli}/vgmstream123.c (100%) rename {test => cli}/vrts.bat (100%) diff --git a/test/Makefile b/cli/Makefile similarity index 100% rename from test/Makefile rename to cli/Makefile diff --git a/test/Makefile.autotools.am b/cli/Makefile.autotools.am similarity index 100% rename from test/Makefile.autotools.am rename to cli/Makefile.autotools.am diff --git a/test/test.c b/cli/test.c similarity index 100% rename from test/test.c rename to cli/test.c diff --git a/test/test.vcproj b/cli/test.vcproj similarity index 100% rename from test/test.vcproj rename to cli/test.vcproj diff --git a/test/test.vcxproj b/cli/test.vcxproj similarity index 100% rename from test/test.vcxproj rename to cli/test.vcxproj diff --git a/test/test.vcxproj.filters b/cli/test.vcxproj.filters similarity index 100% rename from test/test.vcxproj.filters rename to cli/test.vcxproj.filters diff --git a/test/vgmstream123.c b/cli/vgmstream123.c similarity index 100% rename from test/vgmstream123.c rename to cli/vgmstream123.c diff --git a/test/vrts.bat b/cli/vrts.bat similarity index 100% rename from test/vrts.bat rename to cli/vrts.bat