[rtems-testing commit] Enable Rtems tests samples

Sebastian Huber sebh at rtems.org
Fri Sep 25 05:38:43 UTC 2015


Module:    rtems-testing
Branch:    master
Commit:    372e60660b7f7f3021ccf7f38f07a73a98631758
Changeset: http://git.rtems.org/rtems-testing/commit/?id=372e60660b7f7f3021ccf7f38f07a73a98631758

Author:    Aurelio Remonda <aurelio.remonda at tallertechnologies.com>
Date:      Thu Sep 24 10:32:59 2015 -0300

Enable Rtems tests samples

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 ..



More information about the vc mailing list