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