Changeset 4960254 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:
d5047002
Parents:
91ac0bb
git-author:
Dzejrou <dzejrou@…> (2018-05-17 18:40:06)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: added ratio tests

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

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/Makefile

    r91ac0bb r4960254  
    6565        src/__bits/test/mock.cpp \
    6666        src/__bits/test/numeric.cpp \
     67        src/__bits/test/ratio.cpp \
    6768        src/__bits/test/set.cpp \
    6869        src/__bits/test/string.cpp \
  • uspace/lib/cpp/include/__bits/test/tests.hpp

    r91ac0bb r4960254  
    267267            void test_modifiers();
    268268    };
     269
     270    class ratio_test: public test_suite
     271    {
     272        public:
     273            bool run(bool) override;
     274            const char* name() override;
     275    };
    269276}
    270277
Note: See TracChangeset for help on using the changeset viewer.