Tests: add kernel test into the `make check` test suite.
[lttng-tools.git] / tests / regression / kernel / test_clock_override
index cef30dc30dd048c9ccf001343b413049c4966630..8f471def8b6053da7b4713f99233f03d0cccc90e 100755 (executable)
@@ -164,6 +164,8 @@ plan_tests $NUM_TESTS
 
 print_test_banner "$TEST_DESC"
 
+bail_out_if_no_babeltrace
+
 TESTS=(
        "test_clock_override_metadata"
        "test_clock_override_timestamp"
@@ -180,6 +182,7 @@ fi
 
 skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS ||
 {
+       validate_lttng_modules_present
        trap signal_cleanup SIGTERM SIGINT
 
        while [ "$i" -lt "$TEST_COUNT" ]; do
This page took 0.024787 seconds and 4 git commands to generate.