diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-03-06 00:29:22 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-03-06 00:29:22 +0100 |
commit | afe6f5029552c8c6320e0074dd6b96f76db41a8d (patch) | |
tree | e94e17c81d119d4476558e24856f775637fc5205 | |
parent | ff8af7a8958e412a03445e71340aedab2dc5fb05 (diff) |
open_issues/unit_testing: Might be a GSoC task.
-rw-r--r-- | community/gsoc/project_ideas.mdwn | 3 | ||||
-rw-r--r-- | open_issues/unit_testing.mdwn | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas.mdwn b/community/gsoc/project_ideas.mdwn index 649e05c1..e03dbede 100644 --- a/community/gsoc/project_ideas.mdwn +++ b/community/gsoc/project_ideas.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation, +[[!meta copyright="Copyright © 2008, 2009, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -104,6 +104,7 @@ See also the list of [Hurd-related X.org project ideas](http://wiki.x.org/wiki/H [[!inline pages="community/gsoc/project_ideas/cdparanoia" show=0 feeds=no actions=yes]] [[!inline pages="community/gsoc/project_ideas/perl_python" show=0 feeds=no actions=yes]] [[!inline pages="community/gsoc/project_ideas/testsuites" show=0 feeds=no actions=yes]] +[[!inline pages="open_issues/unit_testing" show=0 feeds=no actions=yes]] [[!inline pages="community/gsoc/project_ideas/libcap" show=0 feeds=no actions=yes]] [[!inline pages="community/gsoc/project_ideas/xattr" show=0 feeds=no actions=yes]] [[!inline pages="open_issues/valgrind" show=0 feeds=no actions=yes]] diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn index 8749e650..95aa0b5f 100644 --- a/open_issues/unit_testing.mdwn +++ b/open_issues/unit_testing.mdwn @@ -8,6 +8,10 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +This task may be suitable for [[community/GSoC]]. + +--- + A collection of thoughts with respect to unit testing. We definitely want to add unit test suites to our code base. |