summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp08/node1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/mptests/mp08/node1/config.h')
-rw-r--r--c/src/ada-tests/mptests/mp08/node1/config.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/c/src/ada-tests/mptests/mp08/node1/config.h b/c/src/ada-tests/mptests/mp08/node1/config.h
new file mode 100644
index 0000000000..cd2699b38e
--- /dev/null
+++ b/c/src/ada-tests/mptests/mp08/node1/config.h
@@ -0,0 +1,23 @@
+/* config.h
+ *
+ * This include file defines the Configuration Table for this test.
+ *
+ * COPYRIGHT (c) 1989-2007.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+
+/* configuration information */
+
+#define CONFIGURE_MP_APPLICATION
+#define CONFIGURE_MP_NODE_NUMBER 1
+
+#include "../config_base.h"
+
+/* end of include file */