From 63e544bb2005caa3a3a7da955eda823c1de81e21 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 22 Apr 2013 12:43:54 +0200 Subject: [PATCH] only run the json tests for json --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.5