summaryrefslogtreecommitdiff
path: root/pjsip/src
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-07-14 15:20:00 +0000
committerBenny Prijono <bennylp@teluu.com>2006-07-14 15:20:00 +0000
commit08d0de3ade0e6866aa3c09ffcc028d25233fe179 (patch)
tree92cf24c5c1d1a97bc749dd3b6e345ab4e4e43c1e /pjsip/src
parent8fe835ee6304768e39a285c878e9d3c0fe3b8957 (diff)
Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@604 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src')
-rw-r--r--pjsip/src/test-pjsip/main_rtems.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/pjsip/src/test-pjsip/main_rtems.c b/pjsip/src/test-pjsip/main_rtems.c
new file mode 100644
index 00000000..a4d14e5a
--- /dev/null
+++ b/pjsip/src/test-pjsip/main_rtems.c
@@ -0,0 +1,12 @@
+
+/*
+ * !! OIY OIY !!
+ *
+ * The purpose of this file is only to get pjsip-test linked. I haven't
+ * actually tried to run pjsip-test on RTEMS!!
+ *
+ */
+
+#include "../../pjlib/src/pjlib-test/main_rtems.c"
+
+