From 304b87503e3f317f9079cba819e71a1f505ba1a6 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Wed, 13 Sep 2023 23:04:47 +0100 Subject: [PATCH] Added size argument handling test. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3790281..c5b67ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ tests/Display_-_--quiet.test \ tests/Display_-_--rate_-_displayed_value_changes.test \ tests/Display_-_--timer_-_displayed_value_changes.test \ tests/General_-_--pidfile.test \ +tests/General_-_--size_argument_handling.test \ tests/Integrity_-_Basic.test \ tests/Integrity_-_Binary_data.test \ tests/Integrity_-_From_bursty_source.test \