[PATCH] [rtems-testing] Enable Rtems tests samples
Aurelio Remonda
aurelio.remonda at tallertechnologies.com
Thu Sep 24 13:32:59 UTC 2015
This patch enables rtems tests samples on the do_one script.
When setting up the environment for testing stdlibc++ you need this test
samples to check everything it's ok before running the gcc test suite.
This check consists on running a sample (i.e ticker.exe) making sure it
behaves as it should.
---
gcc/do_one | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/do_one b/gcc/do_one
index bfaf794..4b9fc14 100755
--- a/gcc/do_one
+++ b/gcc/do_one
@@ -592,7 +592,7 @@ j_rtems()
RTEMS_ARGS="--enable-ada --enable-posix --enable-networking" ;;
esac
${RTEMSDIR}/configure --target=${TARGET} ${ENABLE_BSP} \
- ${RTEMS_ARGS} --enable-maintainer-mode --disable-tests \
+ ${RTEMS_ARGS} --enable-maintainer-mode --enable-tests=samples \
--prefix=${BSP_INSTALL} && make ${MAKEJOBS} ${MAKE_ARG} && make install
status=$?
cd ..
--
1.9.1
More information about the devel
mailing list