Re: [PATCH] testsuite: Fix rtems-test-check not excluding tests.

2017-04-15 Thread Gedare Bloom
Thanks for adding some documentation. I spotted a couple minor typographic issues. On Sat, Apr 15, 2017 at 7:57 PM, Chris Johns wrote: > The include file handling was broken. > > Add a test configuration data README. > --- > testsuites/README.testdata | 72 >

[PATCH] testsuite: Fix rtems-test-check not excluding tests.

2017-04-15 Thread Chris Johns
The include file handling was broken. Add a test configuration data README. --- testsuites/README.testdata | 72 + testsuites/automake/subdirs.am | 7 ++-- tools/build/rtems-test-check-py | 60 +++--- 3 files changed, 125

Re: [PATCH 1/2] rtems/inttypes.h: New file. Uses contents from cpukit

2017-04-15 Thread Joel Sherrill
On Apr 15, 2017 12:40 PM, "Gedare Bloom" wrote: On Sat, Apr 15, 2017 at 9:17 AM, Joel Sherrill wrote: > Provide extentions to PRIxxx constants for more POSIX types. extensions inttypes.h > Start with existing definitions found in RTEMS Project owned code >

Re: [PATCH 1/2] rtems/inttypes.h: New file. Uses contents from cpukit

2017-04-15 Thread Gedare Bloom
On Sat, Apr 15, 2017 at 9:17 AM, Joel Sherrill wrote: > Provide extentions to PRIxxx constants for more POSIX types. extensions inttypes.h > Start with existing definitions found in RTEMS Project owned code > in cpukit/. > > updates #2983. > --- > cpukit/Makefile.am

[PATCH 2/2] Merge tmacros.h PRIxxx constants from testsuites/ into

2017-04-15 Thread Joel Sherrill
This completes the initial creation of rtems/inttypes.h based on all existing PRIxxx definitions contained in RTEMS Project owned code. closes #2983. --- cpukit/configure.ac | 36 +++--- cpukit/include/rtems/inttypes.h | 60

[PATCH 1/2] rtems/inttypes.h: New file. Uses contents from cpukit

2017-04-15 Thread Joel Sherrill
Provide extentions to PRIxxx constants for more POSIX types. Start with existing definitions found in RTEMS Project owned code in cpukit/. updates #2983. --- cpukit/Makefile.am | 1 + cpukit/include/rtems/inttypes.h | 78 +