Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
2f902f85
Commit
2f902f85
authored
Dec 11, 2020
by
Maxime Perrotin
Browse files
Ignore errors in tests that require specific cross-compiler
parent
66f600e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Makefile
View file @
2f902f85
DISABLED_TESTS
=
common/ shared-components/ logs/
export
EXPECTED_FAILURES
=
test-stm32 air-iop1 stm32-serial-pohiada2 test-air-portnames stm32-f407-serial-pohi test-air-multiports test-air-interpartcomm stm32-f407-serial test-air-2cyclics stm32-f407-encodeReal TrafficLight_stm32f407_NonDistrib TrafficLight_stm32f407 msp430_cyclic_calls_protected msp430_cyclic_calls_sporadic msp430_cyclic_calls_unprotected msp430_protected_calls_protected msp430_protected_calls_sporadic msp430_protected_calls_unprotected msp430_sporadic_calls_protected msp430_sporadic_calls_sporadic msp430_sporadic_calls_unprotected msp430_unprotected_calls_protected msp430_unprotected_calls_sporadic msp430_unprotected_calls_unprotected msp430_ada msp430_cpp msp430_driver_e_usci_serial msp430_sdl_ada msp430_sdl_c
DISABLED_TESTS
=
common/ shared-components/ logs/
__pycache__
export
EXPECTED_FAILURES
=
test-stm32 air-iop1 stm32-serial-pohiada2 test-air-portnames stm32-f407-serial-pohi test-air-multiports test-air-interpartcomm stm32-f407-serial test-air-2cyclics stm32-f407-encodeReal TrafficLight_stm32f407_NonDistrib TrafficLight_stm32f407 msp430_cyclic_calls_protected msp430_cyclic_calls_sporadic msp430_cyclic_calls_unprotected msp430_protected_calls_protected msp430_protected_calls_sporadic msp430_protected_calls_unprotected msp430_sporadic_calls_protected msp430_sporadic_calls_sporadic msp430_sporadic_calls_unprotected msp430_unprotected_calls_protected msp430_unprotected_calls_sporadic msp430_unprotected_calls_unprotected msp430_ada msp430_cpp msp430_driver_e_usci_serial msp430_sdl_ada msp430_sdl_c
Demo_CoRA_MBAD_4ZYNQ_GNC Demo_CoRA_MBAD_4ZYNQ_PrimeNumbers Demo_CoRA_MBAD_4ZYNQ_SWonly
TEST_CASES
=
$(
sort
$(
filter-out
$(DISABLED_TESTS)
,
$(
dir
$(
wildcard
*
/
))))
export
MAKEFLAGS
=
"-j
$
(grep -c ^processor /proc/cpuinfo)"
MAKEFILE_PATH
:=
$(
abspath
$(
lastword
$(MAKEFILE_LIST)
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment