summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/t/app1
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/app1
parent5da9812ce3f4967534825cd5c384e6ca2d8c5d1f (diff)
downloadautomake-5aebec2cc6dfdf969493a392053cfcf2ba4ddbbe.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/app1')
-rw-r--r--lib/Automake/Parser/t/app1/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Automake/Parser/t/app1/Makefile.am b/lib/Automake/Parser/t/app1/Makefile.am
index 1566cc4be..3d1c248b0 100644
--- a/lib/Automake/Parser/t/app1/Makefile.am
+++ b/lib/Automake/Parser/t/app1/Makefile.am
@@ -1 +1,2 @@
-bin_PROGRAMS=apple \ No newline at end of file
+bin_PROGRAMS=apple
+apple_SOURCES=apple.c