summaryrefslogtreecommitdiff
path: root/test/main/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/main/CMakeLists.txt')
-rw-r--r--test/main/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main/CMakeLists.txt b/test/main/CMakeLists.txt
index 52a3b94c..687802d4 100644
--- a/test/main/CMakeLists.txt
+++ b/test/main/CMakeLists.txt
@@ -1 +1 @@
-idf_component_register(SRCS "main.c" INCLUDE_DIRS ".")
+idf_component_register(SRCS "main.cpp" INCLUDE_DIRS "." REQUIRE "catch2")