tests: compile some tools/tests as C++
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 6 Sep 2021 13:45:35 +0000 (09:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Nov 2021 00:14:12 +0000 (19:14 -0500)
commit729c1fec5976af17fded2f026725a08ef1924290
tree05684cb45135340b5c0438947b5deb5ea1cb36a4
parent488dbb6062973d4990a33284e4717d89a893339d
tests: compile some tools/tests as C++

These tests use things from the common libs, or at least include header
files from src/common.  These files are going to contain C++-specific
things in a following commit, so it's easier if we compile them
tools/tests as C++.

Change-Id: Ib99f2373beb414c50eaa10b35e0d895bc37e4e64
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
50 files changed:
doc/examples/trigger-condition-event-matches/Makefile.am
doc/examples/trigger-condition-event-matches/notification-client.c [deleted file]
doc/examples/trigger-condition-event-matches/notification-client.cpp [new file with mode: 0644]
tests/regression/tools/live/Makefile.am
tests/regression/tools/live/live_test.c [deleted file]
tests/regression/tools/live/live_test.cpp [new file with mode: 0644]
tests/regression/tools/notification/Makefile.am
tests/regression/tools/notification/consumer_testpoints.cpp
tests/regression/tools/notification/notification.c [deleted file]
tests/regression/tools/notification/notification.cpp [new file with mode: 0644]
tests/regression/tools/trigger/hidden/Makefile.am
tests/regression/tools/trigger/hidden/hidden_trigger.c [deleted file]
tests/regression/tools/trigger/hidden/hidden_trigger.cpp [new file with mode: 0644]
tests/regression/tools/trigger/name/Makefile.am
tests/regression/tools/trigger/name/trigger_name.c [deleted file]
tests/regression/tools/trigger/name/trigger_name.cpp [new file with mode: 0644]
tests/regression/tools/trigger/utils/Makefile.am
tests/regression/tools/trigger/utils/register-some-triggers.c [deleted file]
tests/regression/tools/trigger/utils/register-some-triggers.cpp [new file with mode: 0644]
tests/utils/Makefile.am
tests/utils/testapp/gen-ns-events/Makefile.am
tests/utils/testapp/gen-ns-events/gen-ns-events.c [deleted file]
tests/utils/testapp/gen-ns-events/gen-ns-events.cpp [new file with mode: 0644]
tests/utils/testapp/gen-syscall-events/Makefile.am
tests/utils/testapp/gen-syscall-events/gen-syscall-events.c [deleted file]
tests/utils/testapp/gen-syscall-events/gen-syscall-events.cpp [new file with mode: 0644]
tests/utils/testapp/gen-ust-events-ns/Makefile.am
tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.c [deleted file]
tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp [new file with mode: 0644]
tests/utils/testapp/gen-ust-events/Makefile.am
tests/utils/testapp/gen-ust-events/gen-ust-events.c [deleted file]
tests/utils/testapp/gen-ust-events/gen-ust-events.cpp [new file with mode: 0644]
tests/utils/testapp/gen-ust-nevents-str/Makefile.am
tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.c [deleted file]
tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp [new file with mode: 0644]
tests/utils/testapp/gen-ust-nevents/Makefile.am
tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.c [deleted file]
tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp [new file with mode: 0644]
tests/utils/testapp/gen-ust-tracef/Makefile.am
tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.c [deleted file]
tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp [new file with mode: 0644]
tests/utils/testapp/signal-helper.h
tests/utils/utils.c [deleted file]
tests/utils/utils.cpp [new file with mode: 0644]
tests/utils/utils.h
tests/utils/xml-utils/Makefile.am
tests/utils/xml-utils/extract_xml.c [deleted file]
tests/utils/xml-utils/extract_xml.cpp [new file with mode: 0644]
tests/utils/xml-utils/validate_xml.c [deleted file]
tests/utils/xml-utils/validate_xml.cpp [new file with mode: 0644]
This page took 0.027868 seconds and 4 git commands to generate.