mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[rt25901_atf] Indentation cleanup of mdb6_unittest.c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUBDIRS = .
|
||||
|
||||
AM_CPPFLAGS = $(ATF_CFLAGS) -I$(top_srcdir)/includes
|
||||
AM_CPPFLAGS = $(ATF_CFLAGS) -std=c99 -I$(top_srcdir)/includes
|
||||
|
||||
ATF_TESTS = alloc_unittest
|
||||
|
||||
|
@@ -80,4 +80,13 @@ make check
|
||||
atf-run | atf-report
|
||||
@endverbatim
|
||||
|
||||
@section testsAtfCoding ATF Coding Guidelines
|
||||
|
||||
As unit-tests code is an evironment that works under a different regime than
|
||||
the production code, there are slight differences, compared to standard
|
||||
coding guidelines. In particular:
|
||||
|
||||
- The code is written using C99. Double slash comments are allowed.
|
||||
- Please do not use tabs. Use 4 spaces for each indent level.
|
||||
|
||||
*/
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user