summaryrefslogtreecommitdiff
path: root/test/srcs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/srcs.mk')
-rw-r--r--test/srcs.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/srcs.mk b/test/srcs.mk
new file mode 100644
index 0000000..df16f8b
--- /dev/null
+++ b/test/srcs.mk
@@ -0,0 +1,13 @@
+#
+# srcs.mk All application source files.
+#
+# Copyright (C) 2010 Creytiv.com
+#
+
+TEST_SRCS += cmd.c
+TEST_SRCS += ua.c
+
+TEST_SRCS += sip_server.c
+TEST_SRCS += test.c
+
+TEST_SRCS += main.c