KiBot/g2.sh

6 lines
200 B
Bash
Executable File

#!/bin/sh
# Eeschema tests
pytest-3 -v --durations=0 -m "eeschema" --test_dir=output
# KiCad2Step tests and others
pytest-3 -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --test_dir=output