From c04caf00cb62aaecaaa930b622a06af4b1d7e92b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 19:37:02 +0100 Subject: [CHORE] Updating and adding unit tests. Signed-off-by: Amlal El Mahrouss --- test/rope_test/crope.pred.test.cpp | 2 +- test/rope_test/crope.pred2.test.cpp | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 test/rope_test/crope.pred2.test.cpp 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 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 +#include +#include + +#define BOOST_TEST_MODULE crope_pred +#include + +#ifndef STANDALONE +using namespace ocl; +#else +using namespace boost; +#endif + +BOOST_AUTO_TEST_CASE(rope_should_succeed_in_find_pred) +{ + +} -- cgit v1.2.3