Added AlignAfterOpenBracket: AlwaysBreak and BinPackArguments: true to clang-format. Updated test/bacnet c/h files with updated format.
This commit is contained in:
@@ -135,18 +135,15 @@ static void testCRC16CreateTable(void)
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
#if defined(CONFIG_ZTEST_NEW_API)
|
||||
ZTEST_SUITE(crc_tests, NULL, NULL, NULL, NULL, NULL);
|
||||
#else
|
||||
void test_main(void)
|
||||
{
|
||||
ztest_test_suite(crc_tests,
|
||||
ztest_unit_test(testCRC8),
|
||||
ztest_unit_test(testCRC16),
|
||||
ztest_unit_test(testCRC8CreateTable),
|
||||
ztest_unit_test(testCRC16CreateTable)
|
||||
);
|
||||
ztest_test_suite(
|
||||
crc_tests, ztest_unit_test(testCRC8), ztest_unit_test(testCRC16),
|
||||
ztest_unit_test(testCRC8CreateTable),
|
||||
ztest_unit_test(testCRC16CreateTable));
|
||||
|
||||
ztest_run_test_suite(crc_tests);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user