diff options
Diffstat (limited to 'tests/functional/avr/meson.build')
-rw-r--r-- | tests/functional/avr/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/avr/meson.build b/tests/functional/avr/meson.build new file mode 100644 index 0000000..7a2cb70 --- /dev/null +++ b/tests/functional/avr/meson.build @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +tests_avr_system_thorough = [ + 'mega2560', + 'uno', +] |