summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/check/files/ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/check/files/ptest.patch')
-rw-r--r--meta/recipes-support/check/files/ptest.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-support/check/files/ptest.patch b/meta/recipes-support/check/files/ptest.patch
deleted file mode 100644
index 3cb2b25e05..0000000000
--- a/meta/recipes-support/check/files/ptest.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1Index: check-0.9.10/Makefile.am
2===================================================================
3--- check-0.9.10.orig/Makefile.am
4+++ check-0.9.10/Makefile.am
5@@ -45,6 +45,9 @@ ACLOCAL_AMFLAGS = -I m4
6 doc/check_html:
7 $(MAKE) -C doc check_html
8
9+install-ptest:
10+ $(MAKE) -C tests install-ptest
11+
12 # check we can do a clean build, including docs.
13 # perhaps we should check for out of date (svn st -u) and modified files.
14 prereleasecheck: doc/check_html
15Index: check-0.9.10/tests/Makefile.am
16===================================================================
17--- check-0.9.10.orig/tests/Makefile.am
18+++ check-0.9.10/tests/Makefile.am
19@@ -81,3 +81,10 @@ ex_xml_output_LDADD = $(top_builddir)/sr
20 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
21
22 CLEANFILES = *~ *.log *.xml test_logfile
23+
24+install-ptest:
25+ @$(MKDIR_P) $(DESTDIR)/tests
26+ @for file in $(noinst_PROGRAMS) $(EXTRA_DIST); do \
27+ install -m 0755 $$file $(DESTDIR)/tests; \
28+ done;
29+ @sed -e 's/^Makefile/_Makefile/' < Makefile > $(DESTDIR)/Makefile