[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...
This commit is contained in:
Bill Wendling 2000-09-08 17:58:59 -05:00
parent e9164bb70c
commit ed2e87dc71
12 changed files with 48 additions and 1 deletions

View File

@ -9,6 +9,10 @@
*/
#include <h5test.h>
const char *FILENAME[] = {
NULL
};
#define H5T_PACKAGE
#include <H5Tpkg.h>

View File

@ -18,6 +18,10 @@
#include <h5test.h>
#include <strings.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_GRIDSTORAGE
int main(void)
{

View File

@ -17,6 +17,10 @@
*/
#include <h5test.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_GRIDSTORAGE
int main(void)
{

View File

@ -17,6 +17,10 @@
*/
#include <h5test.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_GASS
int main(void)
{

View File

@ -18,6 +18,10 @@
#include <h5test.h>
#include <strings.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_GASS
int main(void)
{

View File

@ -17,6 +17,10 @@
*/
#include <h5test.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_GASS
int main(void)
{

View File

@ -15,6 +15,10 @@
#include <H5MMprivate.h>
#include <H5Vprivate.h>
const char *FILENAME[] = {
NULL
};
#ifndef HAVE_FUNCTION
#undef __FUNCTION__
#define __FUNCTION__ ""

View File

@ -51,6 +51,10 @@
*/
#include <h5test.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_SRB
int main(void)
{

View File

@ -50,6 +50,10 @@
*/
#include <h5test.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_SRB
int main(void)
{

View File

@ -51,6 +51,10 @@
#include <h5test.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_SRB
int main(void)
{

View File

@ -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];

View File

@ -43,9 +43,12 @@ static char RcsId[] = "@(#)$Revision$";
#endif
#include <stdarg.h>
#include <ttsafe.h>
const char *FILENAME[] = {
NULL
};
#ifndef H5_HAVE_THREADSAFE
int main(void)
{