aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:09:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:09:09 +0000
commit5a9162f017e457a5415eb0af7c41a7ef49d355c6 (patch)
treedf113f8f8e95d7326b9831be017b99c4bc10b9c1 /apps
parent66cdd288ab6a4d19c67300a73a26e9ee5a958187 (diff)
downloadpx4-firmware-5a9162f017e457a5415eb0af7c41a7ef49d355c6.tar.gz
px4-firmware-5a9162f017e457a5415eb0af7c41a7ef49d355c6.tar.bz2
px4-firmware-5a9162f017e457a5415eb0af7c41a7ef49d355c6.zip
Disable the vfork() OS test... it fails
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5489 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/ostest/vfork.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/examples/ostest/vfork.c b/apps/examples/ostest/vfork.c
index 6c83047e3..8657f0ceb 100644
--- a/apps/examples/ostest/vfork.c
+++ b/apps/examples/ostest/vfork.c
@@ -48,6 +48,16 @@
#include "ostest.h"
/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+/* Disabled this test for now. There are some issues with the vfork
+ * implementation.
+*/
+
+#undef CONFIG_ARCH_HAVE_VFORK
+
+/****************************************************************************
* Private Data
****************************************************************************/