summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-02-07 11:30:56 -0700
committerTom Rini <[email protected]>2025-02-11 20:12:36 -0600
commit32aba887e3d7cbcdf8fd98c107aaa79f3bd44a16 (patch)
treee93d47e0b37b56e158ccd740b4c2fcd008c96eaf /include/test
parent854225191af5527619fcc944d38f2e2fd5d3ced1 (diff)
test: Drop suites.h
This file is empty now. Remove it and its uses. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/suites.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/test/suites.h b/include/test/suites.h
deleted file mode 100644
index f817da747c2..00000000000
--- a/include/test/suites.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * (C) Copyright 2015
- * Joe Hershberger, National Instruments, [email protected]
- */
-
-#ifndef __TEST_SUITES_H__
-#define __TEST_SUITES_H__
-
-#endif /* __TEST_SUITES_H__ */