From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> 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@xxxxxxxxxxx> --- 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