#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include "baseTest.h"
#include <amino/cstdatomic>
#include <amino/thread.h>
#include <amino/future.h>
#include <amino/ftask.h>
#include <iostream>
#include <assert.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | test |
Classes | |
class | test::Accumulate |
class | test::FutureTest< Executor > |