WIP use catch2 instead of unity

This commit is contained in:
jacqueline
2022-11-08 10:55:42 +11:00
parent 1958b262ee
commit e219925fac
10 changed files with 18013 additions and 27 deletions
+1 -1
View File
@@ -1 +1 @@
idf_component_register(SRCS "main.c" INCLUDE_DIRS ".")
idf_component_register(SRCS "main.cpp" INCLUDE_DIRS "." REQUIRE "catch2")