aboutsummaryrefslogtreecommitdiff
path: root/tools/odinfmt/tests.sh
blob: d30d3252188faa28854fd36593c0f5c48606e70f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

cd "${0%/*}"

odin run tests.odin -file -collection:shared=../../src -out:tests.exe 

if ([ $? -ne 0 ]) 
then 
	exit 1 
fi