summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/t/app/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/app/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/app/Makefile.am')
-rw-r--r--lib/Automake/Parser/t/app/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/Parser/t/app/Makefile.am b/lib/Automake/Parser/t/app/Makefile.am
index 79468923b..c6d6bd097 100644
--- a/lib/Automake/Parser/t/app/Makefile.am
+++ b/lib/Automake/Parser/t/app/Makefile.am
@@ -1,2 +1,2 @@
bin_PROGRAMS=apple
-SUBDIRS = app3
+SUBDIRS = app