2025-01-29 09:09:58 +00:00
|
|
|
#!/usr/bin/env bash
|
2024-06-11 01:36:40 +00:00
|
|
|
|
|
|
|
SCRIPT_DIR=$(dirname "$0")
|
|
|
|
BASEDIR=$(realpath "$SCRIPT_DIR/../../../")
|
|
|
|
cd $BASEDIR
|
|
|
|
|
2025-01-29 09:09:58 +00:00
|
|
|
export MAX_EXAMPLES=300
|
|
|
|
export INTERNAL_SEG_CNT=300
|
|
|
|
export FILEREADER_CACHE=1
|
|
|
|
export INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt
|
2024-06-11 01:36:40 +00:00
|
|
|
|
2025-01-29 09:09:58 +00:00
|
|
|
cd selfdrive/car/tests && pytest test_models.py test_car_interfaces.py
|