summaryrefslogtreecommitdiff
path: root/include/test/compression.h
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-11-02 13:36:50 -0600
committerTom Rini <[email protected]>2024-11-13 11:56:01 -0600
commit5cf39254e3dc1424248e72e428446df251587bbf (patch)
treef6aeec2c61439695680045b9d4391f7ba5a299eb /include/test/compression.h
parente67cc4ba1f45c2c7ab0ca1e3cf8da1c5893f7cb5 (diff)
compression: test: Move into the lib suite
There is no particular need for compression to have its own test suite. Move it into the lib suite instead. Add the missing help for 'common' and update the docs. Signed-off-by: Simon Glass <[email protected]> Tested-by: Tom Rini <[email protected]> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
Diffstat (limited to 'include/test/compression.h')
-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__ */