mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 20:38:11 +02:00
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:
parent
bb3be6b60f
commit
77e29359bc
2 changed files with 6 additions and 0 deletions
|
|
@ -19,4 +19,7 @@ endif
|
|||
|
||||
noinst_PROGRAMS = $(TESTS)
|
||||
|
||||
# Our tests aren't unit tests so clear for now
|
||||
TESTS =
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue