From 372e60660b7f7f3021ccf7f38f07a73a98631758 Mon Sep 17 00:00:00 2001 From: Aurelio Remonda Date: Thu, 24 Sep 2015 10:32:59 -0300 Subject: 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 .. -- cgit v1.2.3