#include <cppunit/ui/text/TestRunner.h>#include <cppunit/extensions/HelperMacros.h>#include <cppunit/extensions/TestFactoryRegistry.h>#include "test_stack.h"#include "test_queue.h"#include "test_list.h"#include "test_cond.h"#include "test_mutex.h"#include "test_lock.h"Typedefs | |
| typedef QueueTest < LockFreeQueue< int >, int > | QueueTest_i |
| typedef QueueTest< Stack< int > , int > | StackTest_i |
| typedef QueueTest< List< int > , int > | ListTest_i |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (ListTest_i) | |
| int | main () |
| typedef QueueTest<List<int>,int> ListTest_i |
| typedef QueueTest<LockFreeQueue<int>,int> QueueTest_i |
| typedef QueueTest<Stack<int>,int> StackTest_i |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | ListTest_i | ) |
| int main | ( | ) |
1.5.6