Changeset 8e24583 in mainline for uspace/app/cpptest/main.cpp


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

cpp: write tests for <future> and fix minor bugs they found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/cpptest/main.cpp

    r96fec16 r8e24583  
    121121    ts.add<std::test::functional_test>();
    122122    ts.add<std::test::algorithm_test>();
     123    ts.add<std::test::future_test>();
    123124
    124125    return ts.run(true) ? 0 : 1;
Note: See TracChangeset for help on using the changeset viewer.