summaryrefslogtreecommitdiff
path: root/tests/test-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-helper.h')
-rw-r--r--tests/test-helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-helper.h b/tests/test-helper.h
index cd2fae2..8ec45c0 100644
--- a/tests/test-helper.h
+++ b/tests/test-helper.h
@@ -22,6 +22,11 @@
#include "types.h"
+#ifndef BOOST_MESSAGE
+#include <iostream>
+#define BOOST_MESSAGE(x) std::cout << x << std::endl;
+#endif
+
namespace Wae {
namespace Test {