diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-30 00:01:27 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-30 00:01:27 -0400 |
| commit | 2a72db3a22673fc3f732ebdf7c6d5ae3ba75cba6 (patch) | |
| tree | d745eddb1791dfdad43b49119377d5d7fa1563e1 /src/tests | |
| parent | fd14ecb2c071394ae5116887e5453495e47cf75b (diff) | |
| download | plymouth-2a72db3a22673fc3f732ebdf7c6d5ae3ba75cba6.tar.gz plymouth-2a72db3a22673fc3f732ebdf7c6d5ae3ba75cba6.tar.xz plymouth-2a72db3a22673fc3f732ebdf7c6d5ae3ba75cba6.zip | |
Don't build tests since they break distcheck
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 96279eb..66e798b 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -5,9 +5,9 @@ INCLUDES = \ -I$(srcdir) TESTS = -include $(srcdir)/ply-boot-server-test.am -include $(srcdir)/ply-boot-splash-test.am -include $(srcdir)/ply-window-test.am +#include $(srcdir)/ply-boot-server-test.am +#include $(srcdir)/ply-boot-splash-test.am +#include $(srcdir)/ply-window-test.am noinst_PROGRAMS = $(TESTS) MAINTAINERCLEANFILES = Makefile.in |
