aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/operation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/test/operation.hxx')
-rw-r--r--libbuild2/test/operation.hxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/libbuild2/test/operation.hxx b/libbuild2/test/operation.hxx
new file mode 100644
index 0000000..8a9aed7
--- /dev/null
+++ b/libbuild2/test/operation.hxx
@@ -0,0 +1,22 @@
+// file : libbuild2/test/operation.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef LIBBUILD2_TEST_OPERATION_HXX
+#define LIBBUILD2_TEST_OPERATION_HXX
+
+#include <libbuild2/types.hxx>
+#include <libbuild2/utility.hxx>
+
+#include <libbuild2/operation.hxx>
+
+namespace build2
+{
+ namespace test
+ {
+ extern const operation_info op_test;
+ extern const operation_info op_update_for_test;
+ }
+}
+
+#endif // LIBBUILD2_TEST_OPERATION_HXX