What open source POSIX compliance test suites are available?
Posted
by
Richard Pennington
on Programmers
See other posts from Programmers
or by Richard Pennington
Published on 2012-05-06T12:15:55Z
Indexed on
2012/09/15
9:50 UTC
Read the original article
Hit count: 260
unit-testing
I'm working on a small open source project, ELLCC, that uses clang/LLVM as a cross compiler for various target processors. For the runtime environment, I'm using the NetBSD libraries and porting them to target Linux and standalone systems. I want to run a POSIX compliance test suite on the code. I've found the Open POSIX Test Suite, which looks like a good start, but it hasn't been updated since 2005. I've done some preliminary testing (with gcc and ecc under Linux), and it looks like it needs a few updates for modern compilers.
My questions are:
- Does the Open POSIX Test Suite live on somewhere in a more up to date form?
- Are there other open source alternatives?
© Programmers or respective owner