tests: convert lib conds test to C++
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 23 May 2023 14:40:41 +0000 (10:40 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 31 May 2023 19:47:48 +0000 (15:47 -0400)
commit053db9608beb2dbdd428ca6ce7677ea661f244f1
tree0e8a4dc9b763da6dda1c93bc37a1b4b493558bfb
parentcc09350f7980727557e6b7d23819f1b2618442f6
tests: convert lib conds test to C++

Rename the files from .c/.h to .cpp/.hpp.  Do some minor adjustments so
that it builds.

Change-Id: I4ab79151428ecaf37396e0da891ecd5fa10e19e9
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10053
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
tests/lib/conds/Makefile.am
tests/lib/conds/conds-triggers.c [deleted file]
tests/lib/conds/conds-triggers.cpp [new file with mode: 0644]
tests/lib/conds/utils.c [deleted file]
tests/lib/conds/utils.cpp [new file with mode: 0644]
tests/lib/conds/utils.h [deleted file]
tests/lib/conds/utils.hpp [new file with mode: 0644]
This page took 0.02449 seconds and 4 git commands to generate.