use test utils
This commit is contained in:
@@ -21,14 +21,11 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "cyberiadamlpp.h"
|
#include "cyberiadamlpp.h"
|
||||||
|
#include "testutils.h"
|
||||||
|
|
||||||
using namespace Cyberiada;
|
using namespace Cyberiada;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#define CYB_ASSERT(q) if (!(q)) { \
|
|
||||||
throw AssertException(std::string(__FILE__) + ":" + std::to_string(__LINE__)); \
|
|
||||||
}
|
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
Document d;
|
Document d;
|
||||||
|
|||||||
Reference in New Issue
Block a user