summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/t/app3/Makefile.am
diff options
context:
space:
mode:
authorVishal Gupta <vishalgupta7972@gmail.com>2018-08-04 17:56:37 +0530
committerVishal Gupta <vishalgupta7972@gmail.com>2018-08-04 17:56:37 +0530
commit5aebec2cc6dfdf969493a392053cfcf2ba4ddbbe (patch)
treec603103f2bd1901bd8c3c7ac659523c7792ee122 /lib/Automake/Parser/t/app3/Makefile.am
parent5da9812ce3f4967534825cd5c384e6ca2d8c5d1f (diff)
downloadautomake-experimental/gsoc/ast.tar.gz
Updated include directive and added test cases.experimental/gsoc/ast
After parsing the file given in the include directive, the tree generated is printed to standard input using Data::Dumper and this is evaled in the program having include directive. As a result the tree gets appended to the parent AST.
Diffstat (limited to 'lib/Automake/Parser/t/app3/Makefile.am')
-rw-r--r--lib/Automake/Parser/t/app3/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Automake/Parser/t/app3/Makefile.am b/lib/Automake/Parser/t/app3/Makefile.am
new file mode 100644
index 000000000..694ae2b1e
--- /dev/null
+++ b/lib/Automake/Parser/t/app3/Makefile.am
@@ -0,0 +1 @@
+include app/Makefile.am