]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
tests: don't run during make check
authorRay Strode <rstrode@redhat.com>
Sat, 19 Feb 2011 22:10:34 +0000 (17:10 -0500)
committerRay Strode <rstrode@redhat.com>
Sat, 19 Feb 2011 22:10:34 +0000 (17:10 -0500)
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.

src/libply/tests/Makefile.am
src/tests/Makefile.am

index 8e37f93d966ba4e8d9e7adf4159b98119910b64d..bc4da58f76b251d59d2021f39872644c17afc2b7 100644 (file)
@@ -19,4 +19,7 @@ endif
 
 noinst_PROGRAMS = $(TESTS)
 
+# Our tests aren't unit tests so clear for now
+TESTS =
+
 MAINTAINERCLEANFILES = Makefile.in
index d6ddc9edb05d6bb877edd327da03938dc64fb2c0..86a8ea61ac3393ff2c34edebfb98d9abd5585159 100644 (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