Skip to content

Commit

Permalink
deqp: Add version and print it
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallbraker committed Aug 15, 2019
1 parent 07345b4 commit e2404ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/deqp/driver.volt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public:
launcher: Launcher;
results: Results;
temporaryFiles: bool[string];
enum Version = "0.1.2";


public:
Expand All @@ -83,6 +84,8 @@ public:
*/
fn run(args: string[]) i32
{
info(" :: dEQP-Volt\n\tversion = %s", Version);

settings = new Settings();
parseConfigFile(settings);
parseArgs(settings, args);
Expand Down

0 comments on commit e2404ae

Please sign in to comment.