diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-05-29 17:22:02 +0200 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 14:34:31 -0400 |
| commit | 22c092f846b0a7654b71d55c4e37980cd155f781 (patch) | |
| tree | 6339642f315d037855a4ff0b93e1c5a37bcb884e /tests | |
| parent | eb3d6d7d75cf8b2de1bfddf03820ee60ce595b05 (diff) | |
Delete duplicated flag.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/Makefile b/tests/core/Makefile index a740b3d7c..4fb046449 100644 --- a/tests/core/Makefile +++ b/tests/core/Makefile @@ -46,10 +46,10 @@ strings_test: $(ODIN) run strings $(COMMON) -out:test_core_strings hash_test: - $(ODIN) run hash $(COMMON) -o:speed -no-bounds-check -out:test_hash + $(ODIN) run hash $(COMMON) -o:speed -out:test_hash crypto_test: - $(ODIN) run crypto $(COMMON) $(COLLECTION) -o:speed -no-bounds-check -out:test_crypto + $(ODIN) run crypto $(COMMON) $(COLLECTION) -o:speed -out:test_crypto noise_test: $(ODIN) run math/noise $(COMMON) -out:test_noise |