diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-09 15:19:02 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-09 15:19:02 -0400 |
| commit | bc403d2d4f81c97a468e92d3b0981590fbe032cc (patch) | |
| tree | 00c5846c8c7aa6057855e55f652ce9b057081d8d /tests/testing.h | |
| parent | c867d59aaf61bb1a0839d34b56935f52c0fc6e00 (diff) | |
| download | dynamic-extension-bc403d2d4f81c97a468e92d3b0981590fbe032cc.tar.gz | |
Header update
Diffstat (limited to 'tests/testing.h')
| -rw-r--r-- | tests/testing.h | 8 |
1 files changed, 7 insertions, 1 deletions
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 <drumbaugh@psu.edu> + * Dong Xie <dongx@psu.edu> + * + * All rights reserved. Published under the Modified BSD License. * */ - #pragma once #include <string> |