summaryrefslogtreecommitdiff
path: root/common/tests/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-11 17:17:15 +0100
committerStef Walter <stefw@gnome.org>2013-03-15 18:18:47 +0100
commit48004b92d4c65080ac71f6a48297abd4d83dfdcb (patch)
tree09c1f5051e5ca59d5465344e532e2e3b85b48648 /common/tests/Makefile.am
parent06bf3da80eb780621e0f1eb0ab8d4716ed7b3478 (diff)
url: Split out the URL encoding and decoding functions
We want to use these as the format for encoding binary data in our PKCS#11 attribute persistence https://bugs.freedesktop.org/show_bug.cgi?id=62156
Diffstat (limited to 'common/tests/Makefile.am')
-rw-r--r--common/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index f31cebb..e14fddd 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -21,6 +21,7 @@ CHECK_PROGS = \
test-attrs \
test-buffer \
test-lexer \
+ test-url \
$(NULL)
noinst_PROGRAMS = \