X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2FMakefile.am;h=047fcb237ea3becbdb1042f541d6f846a6b6d496;hp=9636b08d6a6b83c359f1cc51608ffd3f56b1bdd8;hb=d47114df83e88f1b5ae65747001fc13d5dae525b;hpb=c43847fe14e6b32cc58b8e8168f78e72ef94316d diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 9636b08..047fcb2 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -25,7 +25,14 @@ lib_TESTS = \ test/lib/test-process-stdout-eintr \ test/lib/test-fold +if WITH_OPENSSL +lib_TESTS += \ + test/lib/test-security-openssl-verify \ + test/lib/test-security-openssl-decrypt +endif + $(lib_TESTS): LIBS += $(core_lib) +$(lib_TESTS): AM_CPPFLAGS += -DTEST_LIB_DATA_BASE='"$(abs_top_srcdir)/test/lib/data"' check_PROGRAMS += $(lib_TESTS) TESTS += $(lib_TESTS)