Changeset ee8c5ec in mainline


Ignore:
Timestamp:
2018-07-05T21:41:24Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15f407a
Parents:
65a0d0c
git-author:
Dzejrou <dzejrou@…> (2018-05-15 14:32:21)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: added tests for the <numeric> header

Location:
uspace/lib/cpp
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/Makefile

    r65a0d0c ree8c5ec  
    6060        src/internal/test/deque.cpp \
    6161        src/internal/test/map.cpp \
     62        src/internal/test/numeric.cpp \
    6263        src/internal/test/set.cpp \
    6364        src/internal/test/string.cpp \
  • uspace/lib/cpp/include/internal/test/tests.hpp

    r65a0d0c ree8c5ec  
    220220            void test_multi();
    221221    };
     222
     223    class numeric_test: public test_suite
     224    {
     225        public:
     226            bool run(bool) override;
     227            const char* name() override;
     228
     229        private:
     230            void test_algorithms();
     231    };
    222232}
    223233
Note: See TracChangeset for help on using the changeset viewer.