Ignore:
Timestamp:
2018-07-05T21:41:23Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c9ee5d
Parents:
8f8f1d1e
git-author:
Dzejrou <dzejrou@…> (2018-05-12 21:00:58)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: added tuple tests

File:
1 edited

Legend:

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

    r8f8f1d1e rf6f636f  
    151151            void test_operations();
    152152    };
     153
     154    class tuple_test: public test_suite
     155    {
     156        public:
     157            bool run(bool) override;
     158            const char* name() override;
     159
     160        private:
     161            void test_constructors_and_assignment();
     162            void test_creation();
     163            void test_tie_and_structured_bindings();
     164            void test_tuple_ops();
     165    };
    153166}
    154167
Note: See TracChangeset for help on using the changeset viewer.