Files
gnatdashboard/gnathub/testsuite/tests/api-python/project/check-cross-api.py
Charly Delay cf7de3c106 testsuite: refactor for clarity and maintenance
Change-Id: I1d500175c06a0839268c8a3c4bfc31043c1bf259
2015-09-30 18:23:28 +02:00

11 lines
313 B
Python

"""Check the integrity of the GNAThub Python module."""
import GNAThub
from support.asserts import assertEqual
# GNAThub.Project.target (not overridden)
assertEqual(GNAThub.Project.target(), 'arm-eabi')
# GNAThub.Project.runtime (not overridden)
assertEqual(GNAThub.Project.runtime(), 'ravenscar-sfp-stm32f4')