diff --git a/tests/unittest.c b/tests/unittest.c index 8ac6e27..240ffe8 100644 --- a/tests/unittest.c +++ b/tests/unittest.c @@ -1,7 +1,7 @@ -/* inih -- unit tests +/* inih -- tests This works simply by dumping a bunch of info to standard output, which is -redirected to an output file (baseline_*.txt) and checked into the Subversion +redirected to an output file (baseline_*.txt) and checked into the Git repository. This baseline file is the test output, so the idea is to check it once, and if it changes -- look at the diff and see which tests failed. diff --git a/tests/unittest_alloc.c b/tests/unittest_alloc.c index 8059347..dcd8a7d 100644 --- a/tests/unittest_alloc.c +++ b/tests/unittest_alloc.c @@ -1,4 +1,4 @@ -/* inih -- unit tests for custom memory allocator */ +/* inih -- tests with custom memory allocator */ #include #include diff --git a/tests/unittest_string.c b/tests/unittest_string.c index 4200e6b..bb4ae7c 100644 --- a/tests/unittest_string.c +++ b/tests/unittest_string.c @@ -1,4 +1,4 @@ -/* inih -- unit tests for ini_parse_string() */ +/* inih -- tests for ini_parse_string() */ #include #include