aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/machine-manifest.test.cxx')
-rw-r--r--bbot/machine-manifest.test.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/bbot/machine-manifest.test.cxx b/bbot/machine-manifest.test.cxx
index 099e0f7..061f04e 100644
--- a/bbot/machine-manifest.test.cxx
+++ b/bbot/machine-manifest.test.cxx
@@ -1,17 +1,20 @@
// file : bbot/machine-manifest.test.cxx -*- C++ -*-
-// license : TBC; see accompanying LICENSE file
+// license : MIT; see accompanying LICENSE file
#include <ios> // ios_base::failbit, ios_base::badbit
#include <iostream>
-#include <libbutl/manifest-parser.mxx>
-#include <libbutl/manifest-serializer.mxx>
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
#include <bbot/types.hxx>
#include <bbot/utility.hxx>
#include <bbot/machine-manifest.hxx>
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace butl;
using namespace bbot;