From 0934bd2da4901ebfdea704189e5852177cbcc685 Mon Sep 17 00:00:00 2001 From: Daniel Kristjansson Date: Wed, 29 May 2013 13:18:26 -0400 Subject: [PATCH] Have make test in basedir rebuild test code if necessary. --- mythtv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/Makefile b/mythtv/Makefile index 178d27d1c7d..06f9df54244 100644 --- a/mythtv/Makefile +++ b/mythtv/Makefile @@ -95,4 +95,4 @@ uninstall: $(addsuffix _uninstall,$(SUBDIRS)) -rmdir $(INSTALL_ROOT)/${PREFIX}/share/mythtv test: - -./programs/scripts/unittests.sh + -cd libs ; $(MAKE) test