heap: migrate unit tests to pytest

This commit is contained in:
Guillaume Souchere
2022-09-19 11:46:55 +02:00
parent f39869fdf5
commit 405c26da6d
44 changed files with 175 additions and 57 deletions

View File

@@ -0,0 +1,6 @@
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(test_heap)