Skip to content

Add unittest compilation tests for libraries that include only parts of Arduino #118

Open
@ianfixes

Description

@ianfixes

Feature Request

Libraries may include some/all of the following, without the full Arduino headers:

#include <avr/interrupt.h>
#include <avr/io.h>
#include <avr/pgmspace.h>

Further discussion in https://github.com/ianfixes/arduino_ci/pull/115#issuecomment-466802772

These libraries need to be unit tested by arduino_ci's own CI, to ensure that they properly compile.

Most likely, this would involve additional example libraries that include those features. InterruptSomething, IOSomething, PGMSomething are possible library names.

Metadata

Metadata

Assignees

No one assigned

    Labels

    avrAVR branch initiativeenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions