From d649f98a5852dc752ddf0b5f99445b4c21a7943b Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 31 Mar 2021 14:36:26 +0100 Subject: [PATCH] CMakeLists fix --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c857d47e..25b8fc8c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -53,8 +53,8 @@ set(TEST_SOURCE_FILES test_crc16_ccitt.cpp test_crc16_cdma2000.cpp test_crc16_dds110.cpp - test_crc16_dect_r.cpp - test_crc16_dect_x.cpp + test_crc16_dectr.cpp + test_crc16_dectx.cpp test_crc16_dnp.cpp test_crc16_en13757.cpp test_crc16_genibus.cpp