Skip to content

Commit

Permalink
Do not run tests by default.
Browse files Browse the repository at this point in the history
Use make tests/test instead
  • Loading branch information
jyavenard committed Aug 10, 2013
1 parent d6019f5 commit f6be08c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mythtv/Makefile
Expand Up @@ -18,18 +18,18 @@ endif

SUBDIRS += $(MAKE_SUBDIRS) $(QT_SUBDIRS)

.PHONY: subdirs $(SUBDIRS) \
.PHONY: subdirs $(SUBDIRS) \
clean $(addsuffix _clean, $(SUBDIRS)) \
distclean $(addsuffix _distclean,$(SUBDIRS)) \
install $(addsuffix _install, $(SUBDIRS)) \
uninstall $(addsuffix _uninstall,$(SUBDIRS)) \
libs/libmythbase/version.h force

all: all_no_test test
all: libs/libmythbase/version.h subdirs
tests: test
all_no_test: all
force:

all_no_test: libs/libmythbase/version.h subdirs

config.mak:
$(error run configure to create $@)

Expand Down

0 comments on commit f6be08c

Please sign in to comment.