[test suite] added tests/code_structure.pl with a test for expected lib/fko.h error code fko_errstr() handling

This commit is contained in:
Michael Rash
2013-11-16 23:22:25 -05:00
parent cd15502bf1
commit a9cc97cd2a
2 changed files with 85 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@code_structure_errstr = (
{
'category' => 'code structure',
'subcategory' => 'error strings',
'detail' => 'all error codes handled',
'function' => \&code_structure_fko_error_strings,
},
);