[svn-r2532] Added a trivial FILENAME definition to those programs linked with

h5test.o, which requires the definition to work...
This commit is contained in:
Bill Wendling 2000-09-11 11:07:59 -05:00
parent dd4203674a
commit 7fd9e85f62
12 changed files with 48 additions and 0 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

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