linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org
Subject: [PATCH 0/3] libtracefs install and test fixes
Date: Thu, 26 Nov 2020 09:27:16 +0200	[thread overview]
Message-ID: <20201126072719.906443-1-tz.stoyanov@gmail.com> (raw)

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


             reply	other threads:[~2020-11-26  7:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26  7:27 Tzvetomir Stoyanov (VMware) [this message]
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201126072719.906443-1-tz.stoyanov@gmail.com \
    --to=tz.stoyanov@gmail.com \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).