fix: remove 'src/' from modules install path
[lttng-modules.git] / src / tests / Kconfig
diff --git a/src/tests/Kconfig b/src/tests/Kconfig
new file mode 100644 (file)
index 0000000..974fa10
--- /dev/null
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+
+config LTTNG_CLOCK_PLUGIN_TEST
+       tristate "Use test plugin as trace clock"
+       depends on LTTNG
+       help
+        Use the test clock as trace clock. This plugin freezes the
+        time with 1 KHz for regression test.
+        It's recommended to build this as a module to work with the
+        lttng-tools test suite.
This page took 0.02422 seconds and 4 git commands to generate.