Updated makefiles to exclude some tests on BSDs

This commit is contained in:
Andreas T Jonsson
2024-05-13 09:41:54 +02:00
parent 5d82f0cad5
commit 88528f7613
2 changed files with 31 additions and 27 deletions
+26 -24
View File
@@ -3,30 +3,32 @@ PYTHON=$(shell which python3)
COMMON=-vet -strict-style COMMON=-vet -strict-style
COLLECTION=-collection:tests=.. COLLECTION=-collection:tests=..
all: c_libc_test \ all: all_bsd \
compress_test \ net_test
container_test \
crypto_test \ all_bsd: c_libc_test \
download_test_assets \ compress_test \
encoding_test \ container_test \
filepath_test \ crypto_test \
fmt_test \ download_test_assets \
hash_test \ encoding_test \
i18n_test \ filepath_test \
image_test \ fmt_test \
linalg_glsl_math_test \ hash_test \
match_test \ i18n_test \
math_test \ image_test \
net_test \ linalg_glsl_math_test \
noise_test \ match_test \
os_exit_test \ math_test \
reflect_test \ noise_test \
slice_test \ os_exit_test \
strings_test \ reflect_test \
thread_test \ slice_test \
runtime_test \ strings_test \
time_test \ thread_test \
fmt_test runtime_test \
time_test \
fmt_test
download_test_assets: download_test_assets:
$(PYTHON) download_assets.py $(PYTHON) download_assets.py
+3 -1
View File
@@ -1,6 +1,8 @@
ODIN=../../odin ODIN=../../odin
all: rtti_test map_test pow_test 128_test asan_test string_compare_test all: all_bsd asan_test
all_bsd: rtti_test map_test pow_test 128_test string_compare_test
rtti_test: rtti_test:
$(ODIN) run test_rtti.odin -file -vet -strict-style -o:minimal $(ODIN) run test_rtti.odin -file -vet -strict-style -o:minimal