From c74a91deaa5de416237c02bbb3e41bda76ca4c7b Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 27 Nov 2018 21:35:56 +0100 Subject: support: Implement support_quote_string Reviewed-by: Jonathan Nieder --- support/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/Makefile') diff --git a/support/Makefile b/support/Makefile index 2b663fbbfa..a2536980d1 100644 --- a/support/Makefile +++ b/support/Makefile @@ -58,6 +58,7 @@ libsupport-routines = \ support_openpty \ support_paths \ support_quote_blob \ + support_quote_string \ support_record_failure \ support_run_diff \ support_shared_allocate \ @@ -196,6 +197,7 @@ tests = \ tst-support_capture_subprocess \ tst-support_format_dns_packet \ tst-support_quote_blob \ + tst-support_quote_string \ tst-support_record_failure \ tst-test_compare \ tst-test_compare_blob \ -- cgit v1.2.3