From a9e1a6ffd6187e85e71b800aeaad3a9b08fd56a9 Mon Sep 17 00:00:00 2001 From: George Danchev Date: Mon, 18 Jul 2011 07:43:40 +0000 Subject: [PATCH] new todo item - cunit tests --- releng/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releng/TODO b/releng/TODO index 2a073abb..1de22c80 100644 --- a/releng/TODO +++ b/releng/TODO @@ -12,3 +12,8 @@ then we will need configuration means to enable this. By default it should not risk to burn one-time media which sit in the drive by mere accident. + +* Investigate the possibility to write some cunit-based tests + (http://cunit.sourceforge.net) for both xorriso.h and libisoburn.h API's. + The code samples could be dumped into codesamples/ directory and run by + releng_cxx or separate releng_ script.