diff --git a/src/spec/index.ts b/src/spec/index.ts index c8e022a..f2d33e1 100644 --- a/src/spec/index.ts +++ b/src/spec/index.ts @@ -247,7 +247,7 @@ export async function spawnSPECWithID( }), { env: spec.getEnvironment() }); } -interface SPECRunOptions { +export interface SPECRunOptions { compilerPrefix: string; compilerSuite: 'llvm' | 'gcc'; workload?: 'test' | 'train' | 'ref';