From bc403d2d4f81c97a468e92d3b0981590fbe032cc Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 9 May 2023 15:19:02 -0400 Subject: Header update --- include/framework/DynamicExtension.h | 9 +++++++++ tests/dynamic_extension_tests.cpp | 11 +++++++++++ tests/internal_level_tests.cpp | 11 +++++++++++ tests/mutable_buffer_tests.cpp | 11 +++++++++++ tests/pagedfile_tests.cpp | 11 +++++++++++ tests/testing.h | 8 +++++++- tests/wirs_tests.cpp | 11 +++++++++++ 7 files changed, 71 insertions(+), 1 deletion(-) diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h index ed01e47..c65290a 100644 --- a/include/framework/DynamicExtension.h +++ b/include/framework/DynamicExtension.h @@ -1,3 +1,12 @@ +/* + * include/framework/DynamicExtension.h + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * All rights reserved. Published under the Modified BSD License. + * + */ #pragma once #include diff --git a/tests/dynamic_extension_tests.cpp b/tests/dynamic_extension_tests.cpp index 69d36b4..ce2abdb 100644 --- a/tests/dynamic_extension_tests.cpp +++ b/tests/dynamic_extension_tests.cpp @@ -1,3 +1,14 @@ +/* + * tests/dynamic_extension_tests.cpp + * + * Unit tests for Dynamic Extension Framework + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * All rights reserved. Published under the Modified BSD License. + * + */ #include #include #include diff --git a/tests/internal_level_tests.cpp b/tests/internal_level_tests.cpp index f65ef04..051bb7c 100644 --- a/tests/internal_level_tests.cpp +++ b/tests/internal_level_tests.cpp @@ -1,3 +1,14 @@ +/* + * tests/internal_level_tests.cpp + * + * Unit tests for InternalLevel + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * All rights reserved. Published under the Modified BSD License. + * + */ #include "shard/WIRS.h" #include "framework/InternalLevel.h" #include "util/bf_config.h" diff --git a/tests/mutable_buffer_tests.cpp b/tests/mutable_buffer_tests.cpp index 8768551..2112036 100644 --- a/tests/mutable_buffer_tests.cpp +++ b/tests/mutable_buffer_tests.cpp @@ -1,3 +1,14 @@ +/* + * tests/mutable_buffer_tests.cpp + * + * Unit tests for MutableBuffer + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * All rights reserved. Published under the Modified BSD License. + * + */ #include #include #include diff --git a/tests/pagedfile_tests.cpp b/tests/pagedfile_tests.cpp index f54c630..5c5bd2f 100644 --- a/tests/pagedfile_tests.cpp +++ b/tests/pagedfile_tests.cpp @@ -1,3 +1,14 @@ +/* + * tests/pagedfile_Tests.cpp + * + * Unit tests for PagedFile + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * All rights reserved. Published under the Modified BSD License. + * + */ #include #include "testing.h" diff --git a/tests/testing.h b/tests/testing.h index 234deef..d200e8f 100644 --- a/tests/testing.h +++ b/tests/testing.h @@ -1,8 +1,14 @@ /* + * tests/testing.h * + * Unit test utility functions/definitions + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * All rights reserved. Published under the Modified BSD License. * */ - #pragma once #include diff --git a/tests/wirs_tests.cpp b/tests/wirs_tests.cpp index 6fd069d..fe026d1 100644 --- a/tests/wirs_tests.cpp +++ b/tests/wirs_tests.cpp @@ -1,3 +1,14 @@ +/* + * tests/wirs_tests.cpp + * + * Unit tests for WIRS (Augmented B+Tree) shard + * + * Copyright (C) 2023 Douglas Rumbaugh + * Dong Xie + * + * All rights reserved. Published under the Modified BSD License. + * + */ #include "shard/WIRS.h" #include "framework/InternalLevel.h" -- cgit v1.2.3