summaryrefslogtreecommitdiffstats
path: root/testsuite/ppp01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ppp01')
-rw-r--r--testsuite/ppp01/test_main.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/ppp01/test_main.c b/testsuite/ppp01/test_main.c
index 7fe388b2..fd6d168a 100644
--- a/testsuite/ppp01/test_main.c
+++ b/testsuite/ppp01/test_main.c
@@ -59,6 +59,8 @@
#define TEST_NAME "LIBBSD PPP 1"
+#ifndef RTEMS_SMP
+
static void
set_pppd_options(void)
{
@@ -272,6 +274,17 @@ test_main(void)
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ppp, 0, 0, NULL);
+#else /* RTEMS_SMP */
+
+static void
+test_main(void)
+{
+ printf("PPP is not support on SMP configurations");
+ exit(0);
+}
+
+#endif /* RTEMS_SMP */
+
#define CONFIGURE_MAXIMUM_DRIVERS 32
#define DEFAULT_NETWORK_SHELL