diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-08 22:58:59 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-08 22:58:59 (GMT) |
commit | ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf (patch) | |
tree | f1f321e916966b5a0399cc380d9f835e5ed20363 /test/dpss_write.c | |
parent | e9164bb70c3ca6ccaa8be84d4a3229aafa4edff6 (diff) | |
download | hdf5-ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf.zip hdf5-ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf.tar.gz hdf5-ed2e87dc71a24fc9fc93eb39a42ebf6f1eddffcf.tar.bz2 |
[svn-r2528] Linking errors occured with these files. They link with libh5test, but
libh5test wants FILENAME to be defined. I have no clue why this was
working before...
Diffstat (limited to 'test/dpss_write.c')
-rw-r--r-- | test/dpss_write.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dpss_write.c b/test/dpss_write.c index 0fdb7e0..9386195 100644 --- a/test/dpss_write.c +++ b/test/dpss_write.c @@ -17,6 +17,10 @@ */ #include <h5test.h> +const char *FILENAME[] = { + NULL +}; + #ifndef H5_HAVE_GRIDSTORAGE int main(void) { |