From: Damir Tomic Date: Sun, 7 Jun 2015 13:22:51 +0000 (+0000) Subject: loaded math lib for some tests so building works on psp-at1 and psp-fb1 X-Git-Tag: NTP_4_3_40~6^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b421988c793a05e4971892b5450d60f2d3afd2;p=thirdparty%2Fntp.git loaded math lib for some tests so building works on psp-at1 and psp-fb1 bk: 557445abxsP0Hbobewlls1G5co1X-g --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index bf382e152..ab37af4bb 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -175,9 +175,14 @@ test_a_md5encrypt_CFLAGS = \ $(NULL) test_a_md5encrypt_LDADD = \ - $(unity_tests_LDADD) + $(unity_tests_LDADD) \ + -lm $(NULL) + + + + test_atouint_CFLAGS = \ -I$(top_srcdir)/sntp/unity \ $(NULL) @@ -193,6 +198,7 @@ test_authkeys_CFLAGS = \ test_authkeys_LDADD = \ $(LDADD) \ $(top_builddir)/sntp/unity/libunity.a \ + -lm \ $(NULL) #removed one combined test, because unity devs suggested we use one program per test