Ignore:
Timestamp:
2018-07-05T21:41:24Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1668862
Parents:
69cc156
git-author:
Dzejrou <dzejrou@…> (2018-05-18 02:09:49)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: added basic algorithm tests and fixed bugs they found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/__bits/test/tests.hpp

    r69cc156 r09416c12  
    285285            void test_bind();
    286286    };
     287
     288    class algorithm_test: public test_suite
     289    {
     290        public:
     291            bool run(bool) override;
     292            const char* name() override;
     293        private:
     294            void test_non_modifying();
     295    };
    287296}
    288297
Note: See TracChangeset for help on using the changeset viewer.