X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Ffrexp-nolibm-tests;h=82ee57c879705f32e9238487dbb3176807c7a9ed;hb=a49d519a875d441918b7bcb292d7d046cc7853ac;hp=ec0f4c7312985f4e80e951747f0e28dddd4cbdbc;hpb=b17d7ac7df62c7c7f56fe857ed28151d8b0e4e28;p=pspp diff --git a/modules/frexp-nolibm-tests b/modules/frexp-nolibm-tests index ec0f4c7312..82ee57c879 100644 --- a/modules/frexp-nolibm-tests +++ b/modules/frexp-nolibm-tests @@ -1,5 +1,9 @@ Files: tests/test-frexp.c +tests/minus-zero.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: isnand-nolibm @@ -8,8 +12,6 @@ signbit configure.ac: Makefile.am: -TESTS += test-frexp -check_PROGRAMS += test-frexp - -License: -LGPL +TESTS += test-frexp-nolibm +check_PROGRAMS += test-frexp-nolibm +test_frexp_nolibm_SOURCES = test-frexp.c