From 4ed018e72a907dece1a0fdd5752197eb06a27ab3 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 16 Mar 2023 15:02:58 -0400 Subject: [PATCH] slight file reorg; --- CMakeLists.txt | 2 +- tests/p25/{lc => }/HDU_RS_Test.cpp | 0 tests/p25/{lc => }/LDU1_RS_Test.cpp | 0 tests/p25/{lc => }/LDU2_RS_Test.cpp | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename tests/p25/{lc => }/HDU_RS_Test.cpp (100%) rename tests/p25/{lc => }/LDU1_RS_Test.cpp (100%) rename tests/p25/{lc => }/LDU2_RS_Test.cpp (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 681da760..d78ee0a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ file(GLOB dvmcmd_SRC file(GLOB dvmtests_SRC "tests/nulltest.cpp" - "tests/p25/lc/*.cpp" + "tests/p25/*.cpp" ) # digital mode options diff --git a/tests/p25/lc/HDU_RS_Test.cpp b/tests/p25/HDU_RS_Test.cpp similarity index 100% rename from tests/p25/lc/HDU_RS_Test.cpp rename to tests/p25/HDU_RS_Test.cpp diff --git a/tests/p25/lc/LDU1_RS_Test.cpp b/tests/p25/LDU1_RS_Test.cpp similarity index 100% rename from tests/p25/lc/LDU1_RS_Test.cpp rename to tests/p25/LDU1_RS_Test.cpp diff --git a/tests/p25/lc/LDU2_RS_Test.cpp b/tests/p25/LDU2_RS_Test.cpp similarity index 100% rename from tests/p25/lc/LDU2_RS_Test.cpp rename to tests/p25/LDU2_RS_Test.cpp