diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-03-06 14:49:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 14:49:15 +0000 |
| commit | 703eab2f15b959797dfa1d81c4e9bc37ec00ff80 (patch) | |
| tree | 2086dfbe6da4f4f502a87c63f81b91ec1ff905a7 /tests/core/Makefile | |
| parent | 04bfc926eedbdee2276748365056e8fa44be8184 (diff) | |
| parent | c044e295ce4a36eea5a58b21a16d3c2a8a792d26 (diff) | |
Merge pull request #3229 from Yawning/feature/moar-crypto
core/crypto: More improvements/additions
Diffstat (limited to 'tests/core/Makefile')
| -rw-r--r-- | tests/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/Makefile b/tests/core/Makefile index 1207eeec5..ecb05d002 100644 --- a/tests/core/Makefile +++ b/tests/core/Makefile @@ -45,7 +45,7 @@ hash_test: $(ODIN) run hash $(COMMON) -o:speed -no-bounds-check -out:test_hash crypto_test: - $(ODIN) run crypto $(COMMON) -o:speed -no-bounds-check -out:test_crypto + $(ODIN) run crypto $(COMMON) $(COLLECTION) -o:speed -no-bounds-check -out:test_crypto noise_test: $(ODIN) run math/noise $(COMMON) -out:test_noise |