/* * Copyright © 2021 Embedded Artistry LLC. * See LICENSE file for licensing information. */ // CMocka needs these // clang-format off #include #include #include #include // clang-format on #include int main(void) { int overall_result = 0; overall_result |= circular_buffer_test_suite(); return overall_result; }