summaryrefslogtreecommitdiffstats
path: root/src/sox-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sox-test.c')
-rw-r--r--src/sox-test.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/sox-test.c b/src/sox-test.c
new file mode 100644
index 0000000..4911ef0
--- /dev/null
+++ b/src/sox-test.c
@@ -0,0 +1,15 @@
+/*
+ * This file is part of MXE.
+ * See index.html for further information.
+ */
+
+#include <sox.h>
+
+int main(int argc, char *argv[])
+{
+ (void)argc;
+ (void)argv;
+
+ sox_format_init();
+ return(0);
+}