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

cd "${0%/*}"

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

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