Browse Source

clean up white space..

mbed-sx1276
John-Mark Gurney 3 years ago
parent
commit
545a7b3773
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      strobe/python/Makefile

+ 3
- 4
strobe/python/Makefile View File

@@ -6,7 +6,7 @@ all:
@echo "Not making test because that takes for fricken ever"
@false

define def_monte
SHAMONT += test-sha3vs-$(1)-Monte
test-sha3vs-$(1)-Monte: kat/$(1)Monte.rsp Strobe/Test/Sha3vs.py Strobe/Keccak.py
@@ -50,15 +50,14 @@ fetchkat:
mkdir -p kat
(cd kat && wget $(KAT1) && unzip `basename $(KAT1)`)
(cd kat && wget $(KAT2) && unzip `basename $(KAT2)`)

shamont: $(SHAMONT)
shakat: $(SHAKAT)
shavs: shakat shamont
@echo "All known-answer tests passed"
test: shavs

clean:
find . -name '*.pyc' -delete

Loading…
Cancel
Save