sandbox: add compression tests
[platform/kernel/u-boot.git] / include / configs / sandbox.h
index af3d6ad..4027030 100644 (file)
                                        "stdout=serial\0" \
                                        "stderr=serial\0"
 
+#define CONFIG_GZIP_COMPRESSED
+#define CONFIG_BZIP2
+#define CONFIG_LZO
+#define CONFIG_LZMA
+
 #endif