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:26:05 +01:00
parent 7265742655
commit ed65e78a2b
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -48,4 +48,6 @@ scenario: testConfig:
};
};
};
config = testConfig;
}