xref: /aosp_15_r20/prebuilts/asuite/atest/linux-x86/atest (revision b3adc34a6be591bf5fd4943dfdce52f3982696f0)
1*b3adc34aSAndroid Build Coastguard Worker#!/usr/bin/env bash
2*b3adc34aSAndroid Build Coastguard Worker# Copyright 2020, The Android Open Source Project
3*b3adc34aSAndroid Build Coastguard Worker#
4*b3adc34aSAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License");
5*b3adc34aSAndroid Build Coastguard Worker# you may not use this file except in compliance with the License.
6*b3adc34aSAndroid Build Coastguard Worker# You may obtain a copy of the License at
7*b3adc34aSAndroid Build Coastguard Worker#
8*b3adc34aSAndroid Build Coastguard Worker#     http://www.apache.org/licenses/LICENSE-2.0
9*b3adc34aSAndroid Build Coastguard Worker#
10*b3adc34aSAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software
11*b3adc34aSAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS,
12*b3adc34aSAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*b3adc34aSAndroid Build Coastguard Worker# See the License for the specific language governing permissions and
14*b3adc34aSAndroid Build Coastguard Worker# limitations under the License.
15*b3adc34aSAndroid Build Coastguard Worker
16*b3adc34aSAndroid Build Coastguard WorkerATEST=$ANDROID_BUILD_TOP/prebuilts/asuite/atest/linux-x86/atest-py3
17*b3adc34aSAndroid Build Coastguard WorkerPREBUILT_TOOLS_DIR=$ANDROID_BUILD_TOP/prebuilts/build-tools/path/linux-x86
18*b3adc34aSAndroid Build Coastguard Worker
19*b3adc34aSAndroid Build Coastguard WorkerPATH=$PREBUILT_TOOLS_DIR:$PATH $ATEST "$@"
20