997dcde4ff
Test::Exit provides some simple tools for testing code that might call exit(), providing you with the status code without exiting the test file. The only criterion tested is that the supplied code does or does not call exit(). If the code throws an exception, the exception will be propagated and you will have to catch it yourself. die()ing is not exiting for the purpose of these tests. Unlike previous versions of this module, the current version doesn't use exceptions to do its work, so even if you call exit() inside of an eval, everything should work.
4 lines
212 B
Text
4 lines
212 B
Text
@comment $NetBSD: PLIST,v 1.1 2020/03/21 23:36:28 mef Exp $
|
|
@comment TODO: to fill this file with the file listing:
|
|
@comment TODO: 1. run "/usr/bin/make package"
|
|
@comment TODO: 2. run "/usr/bin/make print-PLIST"
|