[test suite] added two basic tests for installation and operations of the python fko extension

This commit is contained in:
Michael Rash
2013-03-19 21:23:36 -04:00
parent b92fcce648
commit 49c956dafc
2 changed files with 87 additions and 0 deletions

17
test/tests/python_fko.pl Normal file
View File

@@ -0,0 +1,17 @@
@python_fko = (
{
'category' => 'python fko extension',
'subcategory' => 'compile/install',
'detail' => 'to: ./python_fko/',
'function' => \&python_fko_compile_install,
'fatal' => $NO
},
{
'category' => 'python fko extension',
'subcategory' => 'basic exec',
'detail' => 'import and use fko',
'function' => \&python_fko_basic_exec,
'fatal' => $NO
},
);