mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Update tests to use new filename generation code.
This commit is contained in:
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
ODIN=../../odin
|
||||
ODINFLAGS=
|
||||
OUT_FILE=test_binary.bin
|
||||
|
||||
OS=$(shell uname)
|
||||
|
||||
@@ -10,4 +11,4 @@ endif
|
||||
all: botan_test
|
||||
|
||||
botan_test:
|
||||
$(ODIN) run botan -out=test_botan_hash -o:speed -no-bounds-check $(ODINFLAGS)
|
||||
$(ODIN) run botan -out=$(OUT_FILE) -o:speed -no-bounds-check $(ODINFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user