Changeset b28f803 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:17Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
225c0f3
Parents:
4f202b20
git-author:
Jaroslav Jindrak <dzejrou@…> (2017-10-25 17:05:55)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:17)
Message:

cpp: added tests to makefile, currently we use a custom testing mini-framework because we need range based tests and PCUT would not work that well with that (+ templates…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/Makefile

    r4f202b20 rb28f803  
    4343        src/typeinfo.cpp \
    4444        src/internal/runtime.cpp \
    45         src/internal/unwind.cpp
     45        src/internal/unwind.cpp \
     46        src/internal/test/array.cpp \
     47        src/internal/test/vector.cpp \
     48        src/internal/test/test.cpp
    4649
    4750include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.