summaryrefslogtreecommitdiffhomepage
path: root/test/rope_test/crope.pred2.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/rope_test/crope.pred2.test.cpp')
-rw-r--r--test/rope_test/crope.pred2.test.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/rope_test/crope.pred2.test.cpp b/test/rope_test/crope.pred2.test.cpp
new file mode 100644
index 0000000..e088bf6
--- /dev/null
+++ b/test/rope_test/crope.pred2.test.cpp
@@ -0,0 +1,24 @@
+/*
+ * File: crope.pred.test.cpp
+ * Purpose: Char rope test.
+ * Author: Amlal El Mahrouss (amlal@nekernel.org)
+ * Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License.
+ */
+
+#include <ocl/tproc/rope.hpp>
+#include <memory>
+#include <iostream>
+
+#define BOOST_TEST_MODULE crope_pred
+#include <boost/test/included/unit_test.hpp>
+
+#ifndef STANDALONE
+using namespace ocl;
+#else
+using namespace boost;
+#endif
+
+BOOST_AUTO_TEST_CASE(rope_should_succeed_in_find_pred)
+{
+
+}