quickerNES/tests/novaTheSquirrel/meson.build

4 lines
209 B
Meson

game = 'novaTheSquirrel'
goal = 'anyPercent'
test(goal, bash, workdir : meson.current_source_dir(), timeout: testTimeout, args : [ testCommands, goal + '.test', '--cycleType', 'Full'], suite: [ game, goal ] )