summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanphiz@gmail.com <manphiz@gmail.com>2013-05-09 05:40:00 +0000
committerStef Walter <stefw@gnome.org>2013-05-14 11:27:32 +0200
commitc6793097e6f0d82cfca07aaeb55c7e9b742d2fdf (patch)
tree93e522b3fde6d728e7a99460d9f4912c00357df8
parente72df3c2546a79f51e7c203bc5735494d45c5c26 (diff)
downloadp11-kit-c6793097e6f0d82cfca07aaeb55c7e9b742d2fdf.tar.gz
Patch to make test-lexer depend on ASN.1
https://bugs.freedesktop.org/show_bug.cgi?id=64378
-rw-r--r--common/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index 5e84439..6959c4f 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -20,7 +20,6 @@ CHECK_PROGS = \
test-constants \
test-attrs \
test-buffer \
- test-lexer \
test-url \
test-path \
$(NULL)
@@ -42,6 +41,7 @@ INCLUDES += \
CHECK_PROGS += \
test-asn1 \
test-base64 \
+ test-lexer \
test-pem \
test-oid \
test-utf8 \