From 08d0de3ade0e6866aa3c09ffcc028d25233fe179 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 14 Jul 2006 15:20:00 +0000 Subject: 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 --- pjsip/src/test-pjsip/main_rtems.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pjsip/src/test-pjsip/main_rtems.c (limited to 'pjsip/src') 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" + + -- cgit v1.2.3