linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Cc: "Steven Rostedt (Google)" <rostedt@goodmis.org>
Subject: [PATCH 2/4] trace-cmd utest: Rename tracefs-utest.c to tracecmd-utest.c
Date: Thu, 16 Jun 2022 11:29:59 -0400	[thread overview]
Message-ID: <20220616153001.649858-3-rostedt@goodmis.org> (raw)
In-Reply-To: <20220616153001.649858-1-rostedt@goodmis.org>

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Now that the unit tests will be testing trace-cmd and not libtracefs,
rename the file to reflect that.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 utest/Makefile                              | 2 +-
 utest/{tracefs-utest.c => tracecmd-utest.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename utest/{tracefs-utest.c => tracecmd-utest.c} (100%)

diff --git a/utest/Makefile b/utest/Makefile
index 2cf9974591d8..2b8f85f21a24 100644
--- a/utest/Makefile
+++ b/utest/Makefile
@@ -8,7 +8,7 @@ TARGETS = $(bdir)/trace-utest
 
 OBJS =
 OBJS += trace-utest.o
-OBJS += tracefs-utest.o
+OBJS += tracecmd-utest.o
 
 LIBS += -lcunit $(LIBTRACEEVENT_LDLAGS) $(LIBTRACEFS_LDLAGS)
 
diff --git a/utest/tracefs-utest.c b/utest/tracecmd-utest.c
similarity index 100%
rename from utest/tracefs-utest.c
rename to utest/tracecmd-utest.c
-- 
2.35.1


  parent reply	other threads:[~2022-06-16 15:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 15:29 [PATCH 0/4] trace-cmd: Make unit tests for trace-cmd Steven Rostedt
2022-06-16 15:29 ` [PATCH 1/4] trace-cmd utests: Remove libtracefs tests Steven Rostedt
2022-06-16 15:29 ` Steven Rostedt [this message]
2022-06-16 15:30 ` [PATCH 3/4] trace-cmd test: Add simple record/report test Steven Rostedt
2022-06-16 15:30 ` [PATCH 4/4] trace-cmd test: Add test to check conversion from 7 to 6 Steven Rostedt

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=20220616153001.649858-3-rostedt@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=linux-trace-devel@vger.kernel.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).