![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYshtk_import unittest SYNOPSIS
DESCRIPTIONThe In order to use main() { shtk_unittest_main "${@}"; } Or the test program can be compiled with an override for the main method's name: $ shtk build -m shtk_unittest_main module_test.sh In general, prefer the latter mechanism. RETURN VALUESReturns 0 (true) if all executed test cases pass, or 1 (false) if any test fails. SEE ALSOHISTORY
|