Changeset c6a1768 in mainline


Ignore:
Timestamp:
2018-03-17T18:39:54Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Children:
a24df004
Parents:
e6d670f
Message:

Add pcut tests for libsoftint multiplication

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    re6d670f rc6a1768  
    238238        $(USPACE_PATH)/lib/label/test-liblabel \
    239239        $(USPACE_PATH)/lib/posix/test-libposix \
     240        $(USPACE_PATH)/lib/softint/test-libsoftint \
    240241        $(USPACE_PATH)/lib/uri/test-liburi \
    241242        $(USPACE_PATH)/drv/bus/usb/xhci/test-xhci \
  • uspace/lib/softint/Makefile

    re6d670f rc6a1768  
    3939        generic/shift.c
    4040
     41TEST_SOURCES = \
     42        test/main.c \
     43        test/multiplication.c
     44
    4145include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.