diff options
author | manphiz@gmail.com <manphiz@gmail.com> | 2013-05-09 05:40:00 +0000 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-05-14 11:27:32 +0200 |
commit | c6793097e6f0d82cfca07aaeb55c7e9b742d2fdf (patch) | |
tree | 93e522b3fde6d728e7a99460d9f4912c00357df8 /common/tests | |
parent | e72df3c2546a79f51e7c203bc5735494d45c5c26 (diff) |
Patch to make test-lexer depend on ASN.1
https://bugs.freedesktop.org/show_bug.cgi?id=64378
Diffstat (limited to 'common/tests')
-rw-r--r-- | common/tests/Makefile.am | 2 |
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 \ |