module deqp.config.info

Contains the code for info printing of the config, config file and for args.

Code Map

//! Contains the code for info printing of the config, config file and for
//! args.
module deqp.config.info;


fn printConfig(s: Settings) { }
fn printAllArgsAndConfig() { }
fn checkArgs(settings: Settings) i32 { }