summaryrefslogtreecommitdiff
path: root/open_issues/unit_testing.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/unit_testing.mdwn')
-rw-r--r--open_issues/unit_testing.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn
index 01ed02b3..2d96fceb 100644
--- a/open_issues/unit_testing.mdwn
+++ b/open_issues/unit_testing.mdwn
@@ -18,9 +18,11 @@ abandoned).
* [DejaGnu](http://www.gnu.org/software/dejagnu/) /
[Expect](http://expect.nist.gov/)
- * used by GCC, GDB, binutils, etc.
+ * used by the [[GCC_testsuite]], [[GDB_testsuite]],
+ [[binutils_testsuite]], etc.
- * glibc has a home-grown system (Makefile-based)
+ * The [[glibc_testsuite]] has a home-grown system (Makefile-based), likewise
+ does the [[Open_POSIX_Test_Suite]].
* [check](http://check.sourceforge.net/)