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.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/main/CMakeLists.txt b/test/main/CMakeLists.txt
index 687802d4..650dcc24 100644
--- a/test/main/CMakeLists.txt
+++ b/test/main/CMakeLists.txt
@@ -1 +1,4 @@
-idf_component_register(SRCS "main.cpp" INCLUDE_DIRS "." REQUIRE "catch2")
+idf_component_register(
+ SRCS "main.cpp"
+ INCLUDE_DIRS "."
+ REQUIRES "catch2")