blob: 93b19984571e8b95044109d198c9b9ca3dc60b3f [file] [log] [blame]
Zachary Leaf782c54a2024-09-24 14:33:24 +01001#!/usr/bin/env bash
2#
3# Copyright (c) 2024 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7pre_tf_build() {
Tomás Gonzálezfb6fb9a2024-10-02 15:39:13 +01008 make -C "$tf_root/rust"
9 make -C "$tf_root/rust" clippy
Zachary Leaf782c54a2024-09-24 14:33:24 +010010}