summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/t/app1/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Updated include directive and added test cases.experimental/gsoc/astVishal Gupta2018-08-041-1/+2
| | | | | | | 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.
* Subdirs implementationVishal Gupta2018-07-121-0/+1
Added support to recursively call parser.pl on the directories defined in SUBDIRS variable. Added test case.