parent
33d60fd936
commit
ffc7573ec9
@ -1 +1 @@
|
|||||||
Subproject commit 84ad52b5c307ffdf9dc585bc40ae1122563a6857
|
Subproject commit 782efc4448889ed4e89fe57ed548e1907f36eafa
|
@ -0,0 +1,22 @@
|
|||||||
|
SLEDGE_BINARY_DIR=../../../../bin
|
||||||
|
HOSTNAME=localhost
|
||||||
|
|
||||||
|
default: run
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf res/*
|
||||||
|
|
||||||
|
run:
|
||||||
|
LD_LIBRARY_PATH=${SLEDGE_BINARY_DIR} ${SLEDGE_BINARY_DIR}/sledgert spec.json
|
||||||
|
|
||||||
|
debug:
|
||||||
|
SLEDGE_DISABLE_PREEMPTION=true SLEDGE_NWORKERS=1 LD_LIBRARY_PATH=${SLEDGE_BINARY_DIR} gdb ${SLEDGE_BINARY_DIR}/sledgert --eval-command="run spec.json"
|
||||||
|
|
||||||
|
client:
|
||||||
|
curl -H 'Expect:' -H "Content-Type: text/plain" --data-binary "@hyde.pnm" "${HOSTNAME}:10000"
|
||||||
|
|
||||||
|
client2:
|
||||||
|
curl -H 'Expect:' -H "Content-Type: text/plain" --data-binary "@../handwriting/handwrt1.pnm" "${HOSTNAME}:10000"
|
||||||
|
|
||||||
|
client3:
|
||||||
|
curl -H 'Expect:' -H "Content-Type: text/plain" --data-binary "@../fivebyeight/5x8.pnm" "${HOSTNAME}:10000"
|
Loading…
Reference in new issue