From 08d3062fc3ece6b5d98e32bad5f1d54c088b0dd0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 23 Sep 2012 13:20:45 +1000 Subject: ntdb: Try to fix the build on Solaris which does not have err --- lib/replace/replace-testsuite.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/replace/replace-testsuite.h (limited to 'lib/replace') diff --git a/lib/replace/replace-testsuite.h b/lib/replace/replace-testsuite.h new file mode 100644 index 0000000000..a522853351 --- /dev/null +++ b/lib/replace/replace-testsuite.h @@ -0,0 +1,13 @@ +#ifndef __LIB_REPLACE_REPLACE_TEST_H__ +#define __LIB_REPLACE_REPLACE_TEST_H__ + +#include +struct torture_context; + +bool torture_local_replace(struct torture_context *ctx); +int libreplace_test_strptime(void); +int test_readdir_os2_delete(void); +int getifaddrs_test(void); + +#endif /* __LIB_REPLACE_REPLACE_TEST_H__ */ + -- cgit