forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-17 557c24d082b6ecb9bfe5407b77ae43fa7650a5dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 68f66d1583be670eb8d5f3f38dbd5dd1d63b733c Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 27 Mar 2021 21:41:04 -0700
Subject: [PATCH] example: Do not run the tests
 
Upstream-Status: Inappropritate [Cross-compile specific]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 examples/Makefile | 3 ---
 1 file changed, 3 deletions(-)
 
diff --git a/examples/Makefile b/examples/Makefile
index d9667a5..554b346 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -33,11 +33,8 @@ depend: $(SOURCES)
     makedepend -f- $(CFLAGS) $(SOURCES) 2> /dev/null 1> depend
 
 test-c-example1: c-example1
-    ./c-example1
 
 test-c-example2: c-example2
-    ./c-example2 loremgibson.txt encoded.txt decoded.txt
-    diff -q loremgibson.txt decoded.txt
 
 test: test-c-example1 test-c-example2