Commit Graph

3 Commits (6bef980636910c0d4e15df1aee303ee3b0804cde)

Author SHA1 Message Date
Adriaan de Groot fba1bf7072 CMake: add DEFINITIONS option to calamares_add_test
- There's a handful of tests that need this, it's possible
  there will be more, so just add it to the infrastructure.
Adriaan de Groot 4495a4c739 CMake: Allow extra libraries in calamares_add_test
- Extra libraries specified via LIBRARIES part of CMake function
 - Convert all the other module tests
Adriaan de Groot 6bdc4a55de CMake: new convenience module CalamaresAddTest