summaryrefslogtreecommitdiffstats
path: root/src/subversion-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/subversion-test.c')
-rw-r--r--src/subversion-test.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/subversion-test.c b/src/subversion-test.c
new file mode 100644
index 0000000..2021100
--- /dev/null
+++ b/src/subversion-test.c
@@ -0,0 +1,8 @@
+#include <svn_cmdline.h>
+
+int main (void) {
+ if (svn_cmdline_init("mxe_test", stderr) != EXIT_SUCCESS)
+ return EXIT_FAILURE;
+ return EXIT_SUCCESS;
+}
+