summaryrefslogtreecommitdiff
path: root/do_tests
diff options
context:
space:
mode:
Diffstat (limited to 'do_tests')
-rw-r--r--do_tests21
1 files changed, 21 insertions, 0 deletions
diff --git a/do_tests b/do_tests
new file mode 100644
index 0000000..88c3985
--- /dev/null
+++ b/do_tests
@@ -0,0 +1,21 @@
+#
+#
+#
+
+gcc=gcc
+prefix=/home/joel/work-gnat/svn/install
+target=powerpc-rtems4.10
+bsp=psim
+tmpdir=/home/joel/work-gnat/svn/install/../gcctests-${bsp}
+
+cd ${gcc}
+rm -f site.exp
+sh -x ./contrib/test_installed \
+ --target=${target} \
+ --target_board=rtems-${bsp} \
+ --with-gcc=${prefix}/bin/${target}-gcc \
+ --without-g++ \
+ --without-gfortran \
+ --without-objc \
+ --tmpdir=${tmpdir}
+