summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/input.txt
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/input.txt
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/input.txt')
-rw-r--r--lib/Automake/Parser/input.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Automake/Parser/input.txt b/lib/Automake/Parser/input.txt
deleted file mode 100644
index 618da5261..000000000
--- a/lib/Automake/Parser/input.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-bin_PROGRAMS = server client
-server_SOURCES = server.c
-client_SOURCES = client.c