MXS-2900 Move test description array to a .cc-file

The array is now compiled into the maxtest-library.
Also cleaned up the array handling a bit.
This commit is contained in:
Esa Korhonen
2020-03-20 14:11:44 +02:00
parent 89a8d6ace5
commit 36244e9c7b
10 changed files with 58 additions and 39 deletions

View File

@ -1,7 +1,7 @@
# Helper function to add a configuration template
function(add_template name template labels)
set(CNF_TEMPLATES "${CNF_TEMPLATES}{\"${name}\",\"${template}\", \"${labels}\"}," CACHE INTERNAL "")
set(CNF_TEMPLATES "${CNF_TEMPLATES}{\"${name}\", \"${template}\", \"${labels}\"}," CACHE INTERNAL "")
endfunction()