Working test runner!!!

This commit is contained in:
jacqueline
2022-11-08 14:56:22 +11:00
parent e219925fac
commit 9f572cb927
8 changed files with 79 additions and 22 deletions
+4 -1
View File
@@ -1 +1,4 @@
idf_component_register(SRCS "main.cpp" INCLUDE_DIRS "." REQUIRE "catch2")
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES "catch2")