2
0
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:
Tomek Mrugalski
2012-07-02 19:05:05 +02:00
parent 3afbcb6cf9
commit deb1693da2
3 changed files with 539 additions and 539 deletions

View File

@@ -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

View File

@@ -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