aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test.c (renamed from core/test.c)4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/test.c b/test.c
index 0f83a59..28f96ba 100644
--- a/core/test.c
+++ b/test.c
@@ -15,7 +15,11 @@
int true = 0;
int false = 1;
+#ifdef FASESBOX
+int test_main(int argc, char *argv[]) {
+#else
int main(int argc, char *argv[]) {
+#endif
char param[256];
struct stat file_status;