From 0fcf63e9e47bae61b9f7289c157b28ec294c2e24 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Wed, 21 Feb 2024 17:03:45 -0500 Subject: Triespline: added test to verify that crash is not due to this project --- tests/triespline_debug.cpp | 63 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 tests/triespline_debug.cpp (limited to 'tests') diff --git a/tests/triespline_debug.cpp b/tests/triespline_debug.cpp new file mode 100644 index 0000000..4949cd0 --- /dev/null +++ b/tests/triespline_debug.cpp @@ -0,0 +1,63 @@ +/* + * tests/internal_level_tests.cpp + * + * Unit tests for InternalLevel + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * Distributed under the Modified BSD License. + * + */ + +#include +#include "ts/builder.h" + +#include + + +START_TEST(t_sequential_integers) +{ + size_t n = 4097; + auto bldr = ts::Builder(436712, 440808, 1024); + + for (size_t i=436712; i