mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
e9164bb70c
commit
ed2e87dc71
@ -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];
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user