From cd1df65dc36ac35d526de195284d5ebf18e1f92b Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 17 Dec 2021 18:52:36 +0000 Subject: test: Add ctests for generation functions. This commit also enforces error code checking on functions inside of the generation functions, such as for `libwifi_quick_add_tag`. --- test/src/.clang-format | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/src/.clang-format (limited to 'test/src/.clang-format') diff --git a/test/src/.clang-format b/test/src/.clang-format deleted file mode 100644 index 111249f..0000000 --- a/test/src/.clang-format +++ /dev/null @@ -1,8 +0,0 @@ ---- -BasedOnStyle: LLVM -IndentWidth: '4' -SpaceAfterCStyleCast: 'true' -ColumnLimit: 400 -AllowShortFunctionsOnASingleLine: None -IndentCaseLabels: 'true' -... -- cgit 1.4.1