]> git.seodisparate.com - SimpleArchiver/commitdiff
Minor tweak to unit tests
authorStephen Seo <seo.disparate@gmail.com>
Mon, 23 Dec 2024 08:42:18 +0000 (17:42 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 23 Dec 2024 08:42:18 +0000 (17:42 +0900)
src/data_structures/test.c
src/test.c

index 044c15bc9c1900713a92a24de9647bd9e0a10b1c..5bfa57b5043bee972bc091ba4275fe1f40c1360a 100644 (file)
@@ -94,6 +94,8 @@ void test_iter_fn_priority_heap(void *data) {
 }
 
 int main(void) {
+  puts("Begin data-structures unit test.");
+
   // Test LinkedList.
   {
     SDArchiverLinkedList *list = simple_archiver_list_init();
index d270b272c115d783e04aacc4e575326deffae2ed..716192122513bbd5c954346245b16e175c6be0b6 100644 (file)
@@ -60,6 +60,8 @@ static int32_t checks_passed = 0;
   } while (0);
 
 int main(void) {
+  puts("Begin unit test.");
+
   // Test parser.
   {
     size_t idx =