diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2010-07-16 21:44:15 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2010-07-16 21:44:15 (GMT) |
commit | 9a8c8887ab0103b98f55af10ea2df21a9680fa57 (patch) | |
tree | 9c7008b0e9a1654e436c01e988e67624f3c3edc4 /test | |
parent | c22b8a94f2b6920e03f8390415269f9333eeb077 (diff) | |
download | hdf5-9a8c8887ab0103b98f55af10ea2df21a9680fa57.zip hdf5-9a8c8887ab0103b98f55af10ea2df21a9680fa57.tar.gz hdf5-9a8c8887ab0103b98f55af10ea2df21a9680fa57.tar.bz2 |
[svn-r19083] Add gen_sizes_lheap to CMakeLists.txt.
Tested: none
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ae5786a..772466a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -301,6 +301,7 @@ IF (CREATE_GENERATORS) space_overflow gen_filespace gen_specmetaread + gen_sizes_lheap ) FOREACH (gen ${H5_GENERATORS}) |