Changeset 3b814c3a in mainline for uspace/lib/math/Makefile


Ignore:
Timestamp:
2018-08-30T19:12:03Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Children:
bbdca54
Parents:
ace1bca4
Message:

Add nearbyint() and PCUT-based tests for present rounding functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/Makefile

    race1bca4 r3b814c3a  
    3939        generic/fabs.c \
    4040        generic/fmod.c \
     41        generic/nearbyint.c \
    4142        generic/round.c \
    4243        generic/trig.c \
    4344        generic/trunc.c
    4445
     46TEST_SOURCES = \
     47        test/rounding.c \
     48        test/main.c
     49
    4550include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.