OSDN Git Service

test/math: don't try to build test dep as test
authorGregory Fong <gregory.0xf0@gmail.com>
Wed, 2 Apr 2014 01:12:14 +0000 (18:12 -0700)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 4 Apr 2014 14:13:16 +0000 (16:13 +0200)
commitb281287719e17093aaca2bede992fb2e748a3731
tree34b6261e6835ea508441c98a74e26c183a2f7ed9
parent85891447211add633243af01e960762c9a57b435
test/math: don't try to build test dep as test

libm-test.c is a generated file needed by the other math tests, but
test rules were trying to build it as a test if trying to compile the
tests a second time.

Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/math/Makefile.in