Cleanup: Remove obsolete and unused tests
[lttng-ust.git] / tests / tracepoint / run
diff --git a/tests/tracepoint/run b/tests/tracepoint/run
deleted file mode 100755 (executable)
index d63f42d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-TESTDIR=$(dirname $0)/..
-
-if [ ! -x "$TESTDIR/tracepoint/tracepoint_test" ]; then
-    echo "tracepoint_test executable is not present"
-    exit 1
-fi
-
-source $TESTDIR/test_functions.sh
-source $TESTDIR/tap.sh
-
-starttest "Testing Tracepoints"
-plan_tests 6
-USTTRACE="$TESTDIR/../usttrace"
-
-okx $USTTRACE -L $TESTDIR/tracepoint/tracepoint_test
-trace_loc=$($USTTRACE -W)
-trace_matches -N "probe1" -n "5" "probe = 13" $trace_loc
-trace_matches -N "probe2" -n "5" "probe = 42" $trace_loc
-trace_matches -N "probe3" -n "1" "probe = \"probe3\"" $trace_loc
-trace_matches -N "probe4" -n "100" "probe4 = 42" $trace_loc
-check_trace_logs "$trace_loc"
This page took 0.025083 seconds and 4 git commands to generate.