mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-11 18:40:22 +00:00
6 lines
137 B
Bash
6 lines
137 B
Bash
|
#!/bin/sh
|
||
|
DIR=`dirname $0`
|
||
|
BTSTACK_ROOT=`realpath $DIR/../..`
|
||
|
docker run --rm -ti -v $BTSTACK_ROOT:/btstack -w /btstack/test/fuzz fuzz
|
||
|
|