From 065f6468b382d34bfd900cf5776bca228795caf8 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 19 Jan 2013 13:44:51 +0000 Subject: [PATCH] added unit tests on todo list --- doc/en/todo.sgml | 3 +++ tests/README.tests | 1 + 2 files changed, 4 insertions(+) create mode 100644 tests/README.tests 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. -- 2.40.0