tests: rename lib plugins test files
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 15 Jan 2024 19:22:41 +0000 (14:22 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 29 Jan 2024 16:38:19 +0000 (11:38 -0500)
commit9f5bdcae95d263f58fa6cf7f16dcf73552ac24da
treeb43175b7cbcb9b1e90bd2859d8470783abcb408d
parent15030982ca99a8930d5c13b7fdff5dcba204a551
tests: rename lib plugins test files

Standardize the names for this test a bit.

Change-Id: I2d70332ed6f25505aac36be7da7a1bdb63da72b6
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11678
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
13 files changed:
configure.ac
tests/Makefile.am
tests/lib/Makefile.am
tests/lib/plugin.c [deleted file]
tests/lib/test-plugin-plugins/Makefile.am [deleted file]
tests/lib/test-plugin-plugins/minimal.c [deleted file]
tests/lib/test-plugin-plugins/sfs.c [deleted file]
tests/lib/test-plugin.sh [deleted file]
tests/lib/test-plugins-plugins/Makefile.am [new file with mode: 0644]
tests/lib/test-plugins-plugins/minimal.c [new file with mode: 0644]
tests/lib/test-plugins-plugins/sfs.c [new file with mode: 0644]
tests/lib/test-plugins.c [new file with mode: 0644]
tests/lib/test-plugins.sh [new file with mode: 0755]
This page took 0.027145 seconds and 4 git commands to generate.