blob: df92a56b3b9193cf75d1653ff159822438f8eb7a [file] [log] [blame]
#ifndef TEST_SHARED_H
#define TEST_SHARED_H
/* Test definitions that can be used in the original zlib build environment. */
/* "hello world" would be more standard, but the repeated "hello"
* stresses the compression code better, sorry...
*/
static const char hello[] = "hello, hello!";
static const int hello_len = sizeof(hello);
#endif