[rtems commit] libtests: Remove superfluous include path

Sebastian Huber sebh at rtems.org
Tue Nov 12 09:07:05 UTC 2019


Module:    rtems
Branch:    master
Commit:    37d509b2499f75c7847dcc1a7041b5052d63b686
Changeset: http://git.rtems.org/rtems/commit/?id=37d509b2499f75c7847dcc1a7041b5052d63b686

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov 12 07:08:04 2019 +0100

libtests: Remove superfluous include path

Update #3818.

---

 testsuites/libtests/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 171e2e3..d004d7e 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -12,8 +12,7 @@ lib_screens =
 lib_docs =
 
 support_includes = -I$(top_srcdir)/../support/include
-test_includes = -I$(top_srcdir)/support \
-	-I$(top_srcdir)/../psxtests/include
+test_includes = -I$(top_srcdir)/support
 
 if TEST_block01
 lib_tests += block01



More information about the vc mailing list