aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain/files/samhain-not-run-ptest-on-host.patch
blob: 528431311720c41b8aa151a1165cc3a3ddcf196f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
not run test on host, since we are doing cross-compile

Upstream-status: Inappropriate [cross compile specific]

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 Makefile.in |    1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index e1b32a8..74bfdc9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1234,7 +1234,6 @@ intcutest: internal.h $(OBJECTS) $(CUTEST_OBJECTS) sh_tiger_i.o $(srcsrc)/CuTest
 	rm x_samhain.c; \
 	$(LINK) sh_tiger_i.o $(CUTEST_OBJECTS) CuTestMain.o CuTest.o $(OBJECTS) $(LIBS_TRY); \
 	test -f ./intcutest && mv ./intcutest ./cutest; \
-	./cutest
 
 runcutest:
 	gdb ./cutest
-- 
1.7.10.4