From b9328ea25f8d9f1aa1214792bc6062f802cc132e Mon Sep 17 00:00:00 2001 From: Damir Tomic Date: Sun, 7 Jun 2015 15:04:05 +0200 Subject: [PATCH] temporarily removed #test-a_md5encrypt due to log10, linking with math lib bk: 55744145yOBeCYxB1pW8QOZC1DdCUg --- tests/libntp/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 015a95859..c9e779c29 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -6,7 +6,8 @@ run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb #removed test-libntp check_PROGRAMS = test-modetoa test-uglydate test-ymd2yd test-statestr test-numtoa test-numtohost \ -test-hextoint test-atoint test-a_md5encrypt test-atouint test-authkeys +test-hextoint test-atoint test-atouint test-authkeys +#test-a_md5encrypt if GTEST_AVAILABLE check_PROGRAMS += tests -- 2.47.3