mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
strace: Add ptest
Install strace test suite and run it as ptest. (From OE-Core rev: 6e2d8724b023e2b6b55db7845009b4422a53c3b3) Signed-off-by: Gabriel Barbu <gabriel.barbu@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2df842d17d
commit
69119073c0
28
meta/recipes-devtools/strace/strace-4.8/Makefile-ptest.patch
Normal file
28
meta/recipes-devtools/strace/strace-4.8/Makefile-ptest.patch
Normal file
@@ -0,0 +1,28 @@
|
||||
strace: Add ptest
|
||||
|
||||
Signed-off-by: Gabriel Barbu <gabriel.barbu@enea.com>
|
||||
Upstream-Status: Pending
|
||||
|
||||
--- old/tests/Makefile.am 2013-07-23 13:44:24.660481381 +0200
|
||||
+++ new/tests/Makefile.am 2013-07-23 16:22:42.937654391 +0200
|
||||
@@ -9,3 +9,20 @@
|
||||
EXTRA_DIST = init.sh $(TESTS)
|
||||
|
||||
CLEANFILES = check.log
|
||||
+
|
||||
+buildtest-TESTS: $(check_PROGRAMS) $(TESTS)
|
||||
+
|
||||
+install-ptest:
|
||||
+ install $(BUILDDIR)/strace $(DESTDIR)
|
||||
+ install "$(srcdir)/.."/strace-log-merge $(DESTDIR)
|
||||
+ install -d $(DESTDIR)/$(TESTDIR)
|
||||
+ cp $(BUILDDIR)/$(TESTDIR)/Makefile $(DESTDIR)/$(TESTDIR)
|
||||
+ sed -i -e 's/^Makefile:/_Makefile:/' $(DESTDIR)/$(TESTDIR)/Makefile
|
||||
+ for file in $(check_PROGRAMS); do \
|
||||
+ install $(BUILDDIR)/$(TESTDIR)/$$file $(DESTDIR)/$(TESTDIR); \
|
||||
+ done
|
||||
+ for file in $(EXTRA_DIST); do \
|
||||
+ install $(srcdir)/$$file $(DESTDIR)/$(TESTDIR); \
|
||||
+ sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \
|
||||
+ done
|
||||
+ sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/net
|
||||
Reference in New Issue
Block a user