mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[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:
parent
dd4203674a
commit
7fd9e85f62
@ -9,6 +9,10 @@
|
||||
*/
|
||||
#include <h5test.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#define H5T_PACKAGE
|
||||
#include <H5Tpkg.h>
|
||||
|
||||
|
@ -18,6 +18,10 @@
|
||||
#include <h5test.h>
|
||||
#include <strings.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_GRIDSTORAGE
|
||||
int main(void)
|
||||
{
|
||||
|
@ -17,6 +17,10 @@
|
||||
*/
|
||||
#include <h5test.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_GRIDSTORAGE
|
||||
int main(void)
|
||||
{
|
||||
|
@ -17,6 +17,10 @@
|
||||
*/
|
||||
#include <h5test.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_GASS
|
||||
int main(void)
|
||||
{
|
||||
|
@ -18,6 +18,10 @@
|
||||
#include <h5test.h>
|
||||
#include <strings.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_GASS
|
||||
int main(void)
|
||||
{
|
||||
|
@ -17,6 +17,10 @@
|
||||
*/
|
||||
#include <h5test.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_GASS
|
||||
int main(void)
|
||||
{
|
||||
|
@ -15,6 +15,10 @@
|
||||
#include <H5MMprivate.h>
|
||||
#include <H5Vprivate.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef HAVE_FUNCTION
|
||||
#undef __FUNCTION__
|
||||
#define __FUNCTION__ ""
|
||||
|
@ -51,6 +51,10 @@
|
||||
*/
|
||||
#include <h5test.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_SRB
|
||||
int main(void)
|
||||
{
|
||||
|
@ -50,6 +50,10 @@
|
||||
*/
|
||||
#include <h5test.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_SRB
|
||||
int main(void)
|
||||
{
|
||||
|
@ -51,6 +51,10 @@
|
||||
|
||||
#include <h5test.h>
|
||||
|
||||
const char *FILENAME[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifndef H5_HAVE_SRB
|
||||
int main(void)
|
||||
{
|
||||
|
@ -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];
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user