CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
unit_tests
unit_test_helpers.h
Go to the documentation of this file.
1
2
#ifndef INCLUDE_GUARD__UNIT_TEST_HELPERS_H__
3
#define INCLUDE_GUARD__UNIT_TEST_HELPERS_H__
4
5
#define TEST_ASSERT(x) if (!(x)) { return 1; }
6
#define TEST_ASSERT_TRUE(x) if (!(x)) { return 1; }
7
#define TEST_ASSERT_FALSE(x) if ((x)) { return 1; }
8
9
#endif
// INCLUDE_GUARD__UNIT_TEST_HELPERS_H__
10
Generated by
1.17.0