Skip to content

GOB52/goblib_test

Repository files navigation

goblib_test

Unit test with googletest. shared between goblib and goblib_m5s. Used as a submodule in goblib and goblib_m5s.

test_dir

dir / file description
test_dir/test_*.cpp Test cases used in all tests
test_dir/embedded/test_m5s Test cases for M5Stack
test_dir/dummy/test_dummy Dummy for native.
Don't compile test_dir/test_*.cpp if not any test_nnn folder matched by test runner.

platform.ini

Use test cases only test_dir

test_filter=dummy/test_dummy

Use test cases embedded/test_m5s and test_dir

test_filter=embedded/test_m5s