diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-12-06 14:33:55 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-12-06 14:33:55 (GMT) |
commit | c62aaaff46415c04a898ce90dcd841bdca97ca58 (patch) | |
tree | 1a44d67a714b856316d5ac4308bacbe466dbcdec /testpar | |
parent | 8a790fe85aa5ed114f29e9e63ca519b9c0e8910d (diff) | |
download | hdf5-c62aaaff46415c04a898ce90dcd841bdca97ca58.zip hdf5-c62aaaff46415c04a898ce90dcd841bdca97ca58.tar.gz hdf5-c62aaaff46415c04a898ce90dcd841bdca97ca58.tar.bz2 |
Remove the Copyright UofI per Larry's guidance
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt index 51c3420..9795c65 100644 --- a/testpar/CMakeLists.txt +++ b/testpar/CMakeLists.txt @@ -72,6 +72,7 @@ set (H5P_TESTS t_init_term t_shapesame t_filters_parallel + t_2Gio ) foreach (h5_testp ${H5P_TESTS}) |