From 5da9812ce3f4967534825cd5c384e6ca2d8c5d1f Mon Sep 17 00:00:00 2001 From: Vishal Gupta Date: Sat, 4 Aug 2018 12:55:17 +0530 Subject: [PATCH] Added case for testing recursive automake at multiple depth --- lib/Automake/Parser/t/app/Makefile.am | 3 ++- lib/Automake/Parser/t/app/app3/Makefile.am | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 lib/Automake/Parser/t/app/app3/Makefile.am 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 -- 2.47.3