summaryrefslogtreecommitdiff
path: root/src/pmdas/sample/root
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmdas/sample/root')
-rw-r--r--src/pmdas/sample/root20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/pmdas/sample/root b/src/pmdas/sample/root
new file mode 100644
index 0000000..4f87c8e
--- /dev/null
+++ b/src/pmdas/sample/root
@@ -0,0 +1,20 @@
+/*
+ * fake "root" for validating the local PMNS subtree
+ */
+
+#include <stdpmid>
+
+root {
+ sample
+ sampledso
+}
+
+#include "pmns"
+
+#define sample sampledso
+#ifdef SAMPLE
+#undef SAMPLE
+#endif
+#define SAMPLE 30
+#include "pmns"
+