mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 06:46:36 +00:00
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
DIR=`dirname $0`
|
|
BTSTACK_ROOT=`realpath $DIR/../..`
|
|
docker run --rm -ti -v $BTSTACK_ROOT:/btstack -w /btstack/test/fuzz fuzz
|
|
|