From: Mark Wooding Date: Fri, 26 Dec 2008 12:47:12 +0000 (+0000) Subject: Makefile: Link tests against stuff like -lm. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/b2524d68efdcf16f3f7340da16094f17826c7b95?ds=inline;hp=b2524d68efdcf16f3f7340da16094f17826c7b95 Makefile: Link tests against stuff like -lm. Now that EC validation requires transcendental functions, some of the tests are breaking. This is obviously less than ideal. ---