summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-11-13 11:59:07 -0600
committerTom Rini <[email protected]>2024-11-13 16:02:58 -0600
commitaa482995a81aff8d9f063e777862f126771f9189 (patch)
tree40eb89cf4489bf299fe8650acf29d22dceb98960 /include/test
parenta819845df733a9c33d820a4af8fc368ba5d7c786 (diff)
parentc63f4e40f112dd72bffd837b5f599173740214fc (diff)
Merge patch series "test: Tidy up the test/ directory"
Simon Glass <[email protected]> says: Some tests do not use the unit-test framework. Others are in a suite of their own, for no obvious reason. This series tidies this up. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/test')
-rw-r--r--include/test/compression.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/test/compression.h b/include/test/compression.h
deleted file mode 100644
index 02fcfa49f65..00000000000
--- a/include/test/compression.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 2017 Google, Inc
- * Written by Simon Glass <[email protected]>
- */
-
-#ifndef __TEST_COMPRESSION_H__
-#define __TEST_COMPRESSION_H__
-
-#include <test/test.h>
-
-/* Declare a new compression test */
-#define COMPRESSION_TEST(_name, _flags) \
- UNIT_TEST(_name, _flags, compression_test)
-
-#endif /* __TEST_ENV_H__ */