linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] libtracefs install and test fixes
@ 2020-11-26  7:27 Tzvetomir Stoyanov (VMware)
  2020-11-26  7:27 ` [PATCH 1/3] libtracefs: Add support for pkg-config Tzvetomir Stoyanov (VMware)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2020-11-26  7:27 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

From: "Tzvetomir (VMware)  Stoyanov" <tz.stoyanov@gmail.com>

Added support for pkg-config, used by library users.
Added library unit tests.
Made the installation consistent with libtraceevent.

Tzvetomir (VMware)  Stoyanov (3):
  libtracefs: Add support for pkg-config
  libtracefs: Add unit tests
  libtracefs: Do not install library in a subfolder

 Makefile               |  58 +++-
 libtracefs.pc.template |  10 +
 utest/Makefile         |  42 +++
 utest/README           |  15 ++
 utest/trace-utest.c    |  83 ++++++
 utest/trace-utest.h    |  11 +
 utest/tracefs-utest.c  | 588 +++++++++++++++++++++++++++++++++++++++++
 7 files changed, 797 insertions(+), 10 deletions(-)
 create mode 100644 libtracefs.pc.template
 create mode 100644 utest/Makefile
 create mode 100644 utest/README
 create mode 100644 utest/trace-utest.c
 create mode 100644 utest/trace-utest.h
 create mode 100644 utest/tracefs-utest.c

-- 
2.28.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-26  7:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26  7:27 [PATCH 0/3] libtracefs install and test fixes Tzvetomir Stoyanov (VMware)
2020-11-26  7:27 ` [PATCH 1/3] libtracefs: Add support for pkg-config Tzvetomir Stoyanov (VMware)
2020-11-26  7:27 ` [PATCH 2/3] libtracefs: Add unit tests Tzvetomir Stoyanov (VMware)
2020-11-26  7:27 ` [PATCH 3/3] libtracefs: Do not install library in a subfolder Tzvetomir Stoyanov (VMware)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).