blob: fbffe35145e7e23c82e3f23e8711fc3d40757ce9 [file] [log] [blame]
#!/bin/bash
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#### CATEGORY=Run, inspect and debug
#### DEPRECATED
### run a fuzz test on target a device
## usage: fx fuzz [subcommand] [...]
##
## Deprecated: This command is deprecated as it only works with v1 fuzzers.
##
## For specific subcommand info, run "fx fuzz help".
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"/../lib/vars.sh || exit $?
fx-warn "fx fuzz is deprecated"
fx-warn "Please use ffx fuzz instead."