浏览代码

Update deps

Viral B. Shah 13 年之前
父节点
当前提交
419c14934d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      test/Makefile

+ 2 - 2
test/Makefile

@@ -3,10 +3,10 @@ include ../Make.inc
 
 all: test-double test-float
 
-test-double: test-double.c
+test-double: test-double.c libm-test.c
 	gcc $< -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
 
-test-float: test-float.c
+test-float: test-float.c libm-test.c
 	gcc $< -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
 
 clean: