#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include "baseTest.h"
#include <amino/cstdatomic>
#include <amino/thread.h>
#include <amino/foreach.h>
#include <amino/tp_exec.h>
#include <amino/accumulate.h>
#include <amino/transform.h>
#include <iostream>
#include <assert.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | test |
Classes | |
class | test::UnaryFunc< ParaType > |
class | test::BinaryFunc< ParaType > |
class | test::PatternTest< ElementT, CLASS_NAME > |