tests: don't run during make check

They aren't unit tests so running them in make check is wrong.

Eventually, I'd like them to be unit tests, though, and not
just little scratch programs.
This commit is contained in:
Ray Strode 2011-02-19 17:10:34 -05:00
parent bb3be6b60f
commit 77e29359bc
2 changed files with 6 additions and 0 deletions

View file

@ -19,4 +19,7 @@ endif
noinst_PROGRAMS = $(TESTS)
# Our tests aren't unit tests so clear for now
TESTS =
MAINTAINERCLEANFILES = Makefile.in

View file

@ -12,4 +12,7 @@ include $(srcdir)/ply-boot-splash-test.am
endif
noinst_PROGRAMS = $(TESTS)
# our tests aren't unit tests, so clear for now
TESTS =
MAINTAINERCLEANFILES = Makefile.in