Changeset a4b8b28 in mainline
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b5867e
- Parents:
- 937de98
- git-author:
- Dzejrou <dzejrou@…> (2018-05-15 16:57:57)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- Location:
- uspace/lib/cpp
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/Makefile
r937de98 ra4b8b28 56 56 src/internal/trycatch.cpp \ 57 57 src/internal/unwind.cpp \ 58 src/internal/test/adaptors.cpp \ 58 59 src/internal/test/array.cpp \ 59 60 src/internal/test/bitset.cpp \ -
uspace/lib/cpp/include/internal/test/tests.hpp
r937de98 ra4b8b28 231 231 void test_complex(); 232 232 }; 233 234 class adaptors_test: public test_suite 235 { 236 public: 237 bool run(bool) override; 238 const char* name() override; 239 240 private: 241 void test_queue(); 242 void test_priority_queue(); 243 void test_stack(); 244 }; 233 245 } 234 246
Note:
See TracChangeset
for help on using the changeset viewer.