X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Ffrexp-nolibm-tests;h=82ee57c879705f32e9238487dbb3176807c7a9ed;hb=a49d519a875d441918b7bcb292d7d046cc7853ac;hp=c1a93da29529b7a12b6fb763efece2b618c7d67d;hpb=0940559e188c194399b193ad5058c6ca03ddda9c;p=pspp diff --git a/modules/frexp-nolibm-tests b/modules/frexp-nolibm-tests index c1a93da295..82ee57c879 100644 --- a/modules/frexp-nolibm-tests +++ b/modules/frexp-nolibm-tests @@ -1,15 +1,17 @@ Files: tests/test-frexp.c +tests/minus-zero.h +tests/nan.h +tests/signature.h +tests/macros.h Depends-on: -isnan-nolibm +isnand-nolibm 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