xref: /btstack/test/fuzz/debian-fuzz-env.sh (revision 93fdb564bf5c29ebce6a8bcd7598ffecc113ee8d)
11f805efeSMatthias Ringwald#!/bin/sh
21f805efeSMatthias RingwaldDIR=`dirname $0`
3*93fdb564SMilanka RingwaldBTSTACK_ROOT="/Projects/btstack/"
4*93fdb564SMilanka Ringwald# call to build image
5*93fdb564SMilanka Ringwald# docker image build -t fuzz .
61f805efeSMatthias Ringwalddocker run --rm -ti -v $BTSTACK_ROOT:/btstack  -w /btstack/test/fuzz fuzz
71f805efeSMatthias Ringwald
8