make-test: expose test config

This is useful for programmatically exploring a test config or for building a test system
on a custom platform.
This commit is contained in:
Erik Arvstedt
2020-12-11 13:27:04 +01:00
parent 7265742655
commit ed65e78a2b
+2
View File
@@ -48,4 +48,6 @@ scenario: testConfig:
}; };
}; };
}; };
config = testConfig;
} }