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/testhdf5.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/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index ea88a7c..16349d1 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -58,6 +58,10 @@ int Verbosity; /* ANY new test needs to have a prototype in tproto.h */ #include <testhdf5.h> +const char *FILENAME[] = { + NULL +}; + struct TestStruct { int NumErrors; char Description[64]; |