Add test of file inclusion capability for bugpoint
authorChris Lattner <sabre@nondot.org>
Wed, 30 Jul 2003 20:55:37 +0000 (20:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Jul 2003 20:55:37 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7435 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/Include.inc [new file with mode: 0644]
test/TableGen/Include.td [new file with mode: 0644]

diff --git a/test/TableGen/Include.inc b/test/TableGen/Include.inc
new file mode 100644 (file)
index 0000000..876bf47
--- /dev/null
@@ -0,0 +1,4 @@
+// This is used by the Include.td test
+def InInclude;
+
+
diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td
new file mode 100644 (file)
index 0000000..2618d57
--- /dev/null
@@ -0,0 +1,7 @@
+
+def BeforeInclude;
+
+include "Include.inc"
+
+def AfterInclude;
+