]> git.proxmox.com Git - mirror_frr.git/blame - tests/runtests.py
tests: fix endian bug in test_typelist
[mirror_frr.git] / tests / runtests.py
CommitLineData
a4b74d05
CF
1import pytest
2import sys
3import os
4
5sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers','python'))
6raise SystemExit(pytest.main(sys.argv[1:]))