samples.bin

This commit is contained in:
Tony Garnock-Jones 2019-08-27 21:09:07 +01:00
parent 738a47ce90
commit 102cb93f26
2 changed files with 7 additions and 0 deletions

7
tests/Makefile Normal file
View File

@ -0,0 +1,7 @@
all: samples.bin
samples.bin: samples.txt
racket ../implementations/racket/preserves/tool.rkt --atob < $< > $@
clean:
rm -f samples.bin

BIN
tests/samples.bin Normal file

Binary file not shown.