c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Fail fast if backends are not available #93

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

If there are no backends configured on the director, or if any of the configured backends are unresolvable, then it should error out immediately. Ideally, we would go further and have the backend self-test to make sure the command is available too.

Similar to #78.