aboutsummaryrefslogtreecommitdiff
path: root/tests/internal/Makefile
blob: 898ba051778e501e602d1b3bd502f9506fe6219d (plain)
1
2
3
4
5
6
7
8
9
ODIN=../../odin

all: rtti_test map_test

rtti_test:
	$(ODIN) run test_rtti.odin -file -vet -strict-style -o:minimal

map_test:
	$(ODIN) run test_map.odin -file -vet -strict-style -o:minimal