From: Klas Lindfors Date: Mon, 22 Apr 2013 10:43:54 +0000 (+0200) Subject: only run the json tests for json X-Git-Tag: v1.13.0~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e544bb2005caa3a3a7da955eda823c1de81e21;p=yubikey-personalization only run the json tests for json --- diff --git a/tests/Makefile.am b/tests/Makefile.am index ae808db..9f256df 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,7 +33,10 @@ LDADD = ../libykpers-1.la $(LTLIBYUBIKEY) ctests = selftest test_args_to_config test_key_generation \ test_ndef_construction test_threaded_calls test_ykpbkdf2 \ - test_yk_utilities test_json + test_yk_utilities +if JSON +ctests += test_json +endif check_PROGRAMS = $(ctests) TESTS = $(ctests)