diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:08:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:08:24 +0000 |
commit | 6eb01343b46aab40475112f05aeaff1a367223df (patch) | |
tree | 8231f10f5318f58ed72c566a005f7f57b77c5c04 /test/Makefile | |
parent | 095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 (diff) |
make test output nicer so its easier to go through a log of `make -s` and find out what works/fails
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index a4cab040b..cc54cd25f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -48,6 +48,7 @@ subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_clean: $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) $(patsubst %, _dir_%, $(DIRS)) : dummy + @echo "Making test in $(patsubst _dir_%,%,$@)" $(MAKE) -C $(patsubst _dir_%, %, $@) $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) : dummy |