Ignore:
Timestamp:
2019-07-03T10:00:54Z (5 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
96fec16
Parents:
4dfb259
Message:

cpp: prepare test files and type

File:
1 edited

Legend:

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

    r4dfb259 rb96e87e  
    11/*
    2  * Copyright (c) 2018 Jaroslav Jindrak
     2 * Copyright (c) 2019 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    295295            void test_mutating();
    296296    };
     297
     298    class future_test: public test_suite
     299    {
     300        public:
     301            bool run(bool) override;
     302            const char* name() override;
     303        private:
     304            void test_future();
     305            void test_promise();
     306            void test_async();
     307            void test_packaged_task();
     308            void test_shared_future();
     309    };
    297310}
    298311
Note: See TracChangeset for help on using the changeset viewer.