From 867d89546931a37fd255cdd5af382e39b66ae09b Mon Sep 17 00:00:00 2001 From: William Wennerström Date: Mon, 7 Dec 2020 16:16:15 +0100 Subject: Add tests for format_call_external_argv --- tests/unittests/unittests.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unittests/unittests.c') diff --git a/tests/unittests/unittests.c b/tests/unittests/unittests.c index c63a3783..7fd3b192 100644 --- a/tests/unittests/unittests.c +++ b/tests/unittests/unittests.c @@ -90,6 +90,7 @@ main(int argc, char* argv[]) unit_test(strip_quotes_strips_first), unit_test(strip_quotes_strips_last), unit_test(strip_quotes_strips_both), + unit_test(format_call_external_argv_td), unit_test(unique_filename_from_url_td), unit_test(clear_empty), -- cgit 1.4.1-2-gfad0 label='branches'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/081print.mu
blob: e1ea6069b072cd19e708c38f26a80217dc76cc83 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14