mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-22 14:25:21 +00:00
map tests for Linux and Mac
This commit is contained in:
6
tests/internal/Makefile
Normal file
6
tests/internal/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
ODIN=../../odin
|
||||
|
||||
all: map_test
|
||||
|
||||
map_test:
|
||||
$(ODIN) run test_map.odin -file -vet -strict-style -o:minimal
|
||||
@@ -1,3 +1,4 @@
|
||||
@echo off
|
||||
set PATH_TO_ODIN==..\..\odin
|
||||
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal -define:SEED=42
|
||||
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal
|
||||
rem -define:SEED=42
|
||||
Reference in New Issue
Block a user