From f79bc77d8e7f056b2943f4f79e3cf5ec509615fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Jul 2010 18:17:46 +0000 Subject: 2010-07-27 Joel Sherrill PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities. --- testsuites/ChangeLog | 5 +++++ testsuites/aclocal/project-root.m4 | 3 +++ 2 files changed, 8 insertions(+) (limited to 'testsuites') diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 7832dc8a97..7069f0808d 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,8 @@ +2010-07-27 Joel Sherrill + + PR 1532/testing + * aclocal/project-root.m4: Add initial tests for untar capabilities. + 2010-07-14 Joel Sherrill * support/include/test_support.h, support/src/test_support.c: Add diff --git a/testsuites/aclocal/project-root.m4 b/testsuites/aclocal/project-root.m4 index f3be25dc2f..8fc765ae78 100644 --- a/testsuites/aclocal/project-root.m4 +++ b/testsuites/aclocal/project-root.m4 @@ -8,5 +8,8 @@ AC_REQUIRE([RTEMS_TOP]) PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex" AC_SUBST(PACKHEX) + +BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c" +AC_SUBST(BIN2C) ]) -- cgit v1.2.3