diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlFU2YeLHutI5ybyOsGticmFD_Wz8M8bHg <Julio@web> | 2011-04-04 09:38:16 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2011-04-04 09:38:16 +0000 |
commit | 438e63ee50a3387b01ba1e41a98fb0ea9c0e7339 (patch) | |
tree | c2d2123fb2041effa67ce0fa75649f618d3bd9f3 /open_issues/unit_testing.mdwn | |
parent | 2de01fbb8f3aba6ac5d85b62d8c224220df01842 (diff) |
Add Kyua.
Diffstat (limited to 'open_issues/unit_testing.mdwn')
-rw-r--r-- | open_issues/unit_testing.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn index 1378be85..a3dd9c18 100644 --- a/open_issues/unit_testing.mdwn +++ b/open_issues/unit_testing.mdwn @@ -32,6 +32,14 @@ abandoned). * The [[glibc_testsuite]] has a home-grown system (Makefile-based), likewise does the [[Open_POSIX_Test_Suite]]. + * [Kyua](http://code.google.com/p/kyua/) (and its predecessor [ATF](http://www.NetBSD.org/~jmmv/atf/)). + + * Primarily used by NetBSD as its testing framework; FreeBSD is in the process of adopting it. + + * Provides bindings to write tests in C, C++ and POSIX shell. Lua is planned. + + * Builds and runs on many different Unix-based operating systems. + * [check](http://check.sourceforge.net/) * used by some GNU packages, for example GNU PDF (Jose E. Marchesi) |