aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/run_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/run_tests')
-rw-r--r--tools/testing/selftests/run_tests8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/testing/selftests/run_tests b/tools/testing/selftests/run_tests
deleted file mode 100644
index 320718a4e6b..00000000000
--- a/tools/testing/selftests/run_tests
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/bash
2
3TARGETS=breakpoints
4
5for TARGET in $TARGETS
6do
7 $TARGET/run_test
8done