bebenlebricolo / CMakeAS7

Fork of CMake original repository, but with additional support for Atmel Studio 7 IDE
https://gitlab.kitware.com/cmake/cmake
Other
6 stars 4 forks source link

[Tests] : Write more tests on AVR8GCC toolchains and related components #51

Open bebenlebricolo opened 2 years ago

bebenlebricolo commented 2 years ago

Many components are not properly tested at the moment. Add more tests in order to validate that the data model provided by CMake core is correctly converted into a valid representation for Atmel Studio 7.0.

This includes :

Concerned files and components :

AtmelStudio7 generators would be nice as well, but they will be much harder to test because of CMake's inherited dependency.