summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Gupta <vishalgupta7972@gmail.com>2018-08-04 12:55:17 +0530
committerVishal Gupta <vishalgupta7972@gmail.com>2018-08-04 12:55:17 +0530
commit5da9812ce3f4967534825cd5c384e6ca2d8c5d1f (patch)
tree06d3da4a7557ac5b422c91716a1956f3e279ef02
parent7e49c6d6e4057413e2c66d6bf18a0bf789cf4ebe (diff)
downloadautomake-5da9812ce3f4967534825cd5c384e6ca2d8c5d1f.tar.gz
Added case for testing recursive automake at multiple depth
-rw-r--r--lib/Automake/Parser/t/app/Makefile.am3
-rw-r--r--lib/Automake/Parser/t/app/app3/Makefile.am1
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Automake/Parser/t/app/Makefile.am b/lib/Automake/Parser/t/app/Makefile.am
index 70cfe4ddf..79468923b 100644
--- a/lib/Automake/Parser/t/app/Makefile.am
+++ b/lib/Automake/Parser/t/app/Makefile.am
@@ -1 +1,2 @@
-bin_PROGRAMS=apple ball \ No newline at end of file
+bin_PROGRAMS=apple
+SUBDIRS = app3
diff --git a/lib/Automake/Parser/t/app/app3/Makefile.am b/lib/Automake/Parser/t/app/app3/Makefile.am
new file mode 100644
index 000000000..3e4f7cd15
--- /dev/null
+++ b/lib/Automake/Parser/t/app/app3/Makefile.am
@@ -0,0 +1 @@
+bin_PROGRAMS=apple