1
1
openmpi/test/support/support.h
David Daniel 563ac2a338 First pass of lam -> ompi conversion
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00

17 строки
334 B
C

/*
* $HEADER$
*/
#ifndef OMPI_SUPPORT_H
#define OMPI_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 /* OMPI_SUPPORT_H */