diff options
| -rw-r--r-- | test/rope_test/crope.pred.test.cpp | 2 | ||||
| -rw-r--r-- | test/rope_test/crope.pred2.test.cpp | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/test/rope_test/crope.pred.test.cpp b/test/rope_test/crope.pred.test.cpp index a967adb..5613bc3 100644 --- a/test/rope_test/crope.pred.test.cpp +++ b/test/rope_test/crope.pred.test.cpp @@ -2,7 +2,7 @@ * File: crope.pred.test.cpp * Purpose: Char rope test. * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. + * Copyright 2025-2026, Amlal El Mahrouss, licensed under the Boost Software License. */ #include <ocl/tproc/rope.hpp> 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) +{ + +} |
