summaryrefslogtreecommitdiff
path: root/vendor/bandit/specs/specs.h
blob: 219e89eeecaf66243efec476b090d2d7a7de1622 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef BANDIT_SPECS
#define BANDIT_SPECS

#include <bandit/bandit.h>
using namespace bandit;

#include <specs/fakes/fakes.h>
#include <specs/util/util.h>

#endif