#!/bin/bash

# run tests in parallel, one per CPU
parallel ./test_case ::: cases/*.bas
