From 63a302cfe53f087e3c44233cc2f08f05aa29e4c6 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Sun, 27 Oct 2024 10:15:33 +0100 Subject: [PATCH] Comment tweaks; Subversion -> Git (about time!) --- tests/unittest.c | 4 ++-- tests/unittest_alloc.c | 2 +- tests/unittest_string.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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