Edit

kc3-lang/gnulib/modules/sqrt-tests

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2012-03-05 02:14:30
    Hash : c5bc2aea
    Message : sqrt* tests: More tests. * tests/test-sqrt.h: New file. * tests/test-sqrt.c: Include <float.h> and test-sqrt.h. (main): Invoke test_function. * tests/test-sqrtf.c: Include <float.h> and test-sqrt.h. (main): Invoke test_function. * tests/test-sqrtl.c: Include <float.h> and test-sqrt.h. (main): Invoke test_function. * modules/sqrt-tests (Files): Add tests/test-sqrt.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_sqrt_SOURCES. * modules/sqrtf-tests (Files): Add tests/test-sqrt.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_sqrtf_SOURCES. * modules/sqrtl-tests (Files): Add tests/test-sqrt.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_sqrtl_SOURCES.

  • modules/sqrt-tests
  • Files:
    tests/test-sqrt.c
    tests/test-sqrt.h
    tests/signature.h
    tests/macros.h
    tests/randomd.c
    
    Depends-on:
    
    configure.ac:
    
    Makefile.am:
    TESTS += test-sqrt
    check_PROGRAMS += test-sqrt
    test_sqrt_SOURCES = test-sqrt.c randomd.c
    test_sqrt_LDADD = $(LDADD) @SQRT_LIBM@