blob: 10d5a5d81e0bc906a9f4a0f8aa0e4ee106f3848f [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2022 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.
# Run tests for resource scripts in this directory.
python3 -m unittest discover -s "$(dirname "${BASH_SOURCE[0]}")" -p "*.py"