Command line options for the concolic testing tool.
Author: Jan Tikovsky
Version: December 2017
defCCTOpts
:: CCTOpts
default options |
covScope
:: CCTOpts -> Int
Determine coverage scope |
getOpts
:: IO (CCTOpts,[String])
Retrieve the parsed options. |
badUsage
:: String -> [String] -> IO a
Complain about bad program usage (wrong options) and print the usage information before exiting with error code 1. |
Constructors:
CCTOpts
:: Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> [String] -> Verbosity -> Int -> Int -> Coverage -> CCTOpts
Fields:
Verbosity level
Constructors:
Quiet
:: Verbosity
Status
:: Verbosity
Info
:: Verbosity
Debug
:: Verbosity
default options
|
Retrieve the parsed options. This operation only returns if
|
Complain about bad program usage (wrong options) and print the usage information before exiting with error code 1. |