mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 00:39:51 +00:00
8 lines
189 B
Bash
Executable File
8 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
DIR=`dirname $0`
|
|
BTSTACK_ROOT="/Projects/btstack/"
|
|
# call to build image
|
|
# docker image build -t fuzz .
|
|
docker run --rm -ti -v $BTSTACK_ROOT:/btstack -w /btstack/test/fuzz fuzz
|
|
|