diff options
Diffstat (limited to 'tests/wirs_tests.cpp')
| -rw-r--r-- | tests/wirs_tests.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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 <drumbaugh@psu.edu> + * Dong Xie <dongx@psu.edu> + * + * All rights reserved. Published under the Modified BSD License. + * + */ #include "shard/WIRS.h" #include "framework/InternalLevel.h" |