1From 7744c1f678f5226a151bc6b2a254a56835229d91 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 16:54:05 +0100
4Subject: [PATCH] tests: do not run target executables
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
9---
10 tests/Makefile | 2 --
11 1 file changed, 2 deletions(-)
12
13diff --git a/tests/Makefile b/tests/Makefile
14index 8956d5d..d569650 100644
15--- a/tests/Makefile
16+++ b/tests/Makefile
17@@ -27,13 +27,11 @@ sudotest: test run_libcap_launch_test run_libcap_launch_test
18 install: all
19
20 run_psx_test: psx_test
21-	$(LDPATH) ./psx_test
22
23 psx_test: psx_test.c $(DEPS)
24 	$(CC) $(CFLAGS) $(IPATH) $< -o $@ $(LIBPSXLIB)
25
26 run_libcap_psx_test: libcap_psx_test
27-	$(LDPATH) ./libcap_psx_test
28
29 libcap_psx_test: libcap_psx_test.c $(DEPS)
30 	$(CC) $(CFLAGS) $(IPATH) $< -o $@ $(LIBCAPLIB) $(LIBPSXLIB) $(LDFLAGS)
31