summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelio Remonda <aurelio.remonda@tallertechnologies.com>2015-09-24 10:32:59 -0300
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-25 07:37:32 +0200
commit372e60660b7f7f3021ccf7f38f07a73a98631758 (patch)
tree84729c54d97ce385ce2bf0763c76b0c79ad27f0c
parent12b922e10d89a0d79735c5d19324488aba35ecf1 (diff)
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.
-rwxr-xr-xgcc/do_one2
1 files changed, 1 insertions, 1 deletions
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 ..