From: Thibault Godouet Date: Sat, 19 Jan 2013 13:44:51 +0000 (+0000) Subject: added unit tests on todo list X-Git-Tag: ver3_1_2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ad1df994428794c9f050175b0c63c76010f287d;p=thirdparty%2Ffcron.git added unit tests on todo list --- diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index e6480e6..2e0890f 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -32,6 +32,9 @@ A copy of the license is included in gfdl.sgml. Low priority + Add unit tests using some unit-test framework (turn the tests/* code into unit tests) + + For environment settings, make a var substitution. diff --git a/tests/README.tests b/tests/README.tests new file mode 100644 index 0000000..021edbf --- /dev/null +++ b/tests/README.tests @@ -0,0 +1 @@ +This directory contains some test code. Think of this as an embryo of unit tests, which would need to be better integrated with some unit-test framework.