1
1
openmpi/test/support/support.h
Tim Woodall 63ea2f9ecb renamed to test_verify_str
This commit was SVN r732.
2004-02-11 21:12:00 +00:00

17 строки
331 B
C

/*
* $HEADER$
*/
#ifndef LAM_SUPPORT_H
#define LAM_SUPPORT_H
void test_init(char *a);
void test_success(void);
void test_failure(char *a);
int test_verify_str(const char *expected_result, const char *test_result);
int test_verify_int(int expected_result, int test_result);
int test_finalize(void);
#endif /* LAM_SUPPORT_H */