Using Unity (a special library for C for Unit tests)

This commit is contained in:
andrey 2026-01-22 18:18:03 +07:00
parent 857d79e572
commit fd7c6c91cd
10 changed files with 4638 additions and 24 deletions

View file

@ -0,0 +1,8 @@
#ifndef BGC_TEST_UTILITIES_H_INCLUDED
#define BGC_TEST_UTILITIES_H_INCLUDED
#include "unity/unity.h"
#endif