Nasm tests: Ensure build folder exists

This commit is contained in:
Fabian 2017-07-27 15:33:24 +02:00
parent 0a8899d3b6
commit cda9398da5

View file

@ -928,6 +928,18 @@ function gen_table()
}
gen_table();
try
{
fs.mkdirSync(__dirname + "/build/");
}
catch(e)
{
if(e.code !== 'EEXIST')
{
throw e;
}
}
for(const op of encodings)
{
const configurations = [