tests: cmake: list appending instead of set(

Consistent use of LIST(APPEND over SET(
master
Andrew Burley 2019-02-09 14:25:39 +11:00 committed by Mike Frysinger
parent 2d1c4ba01b
commit e5502c7a3f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
SET(TESTS_FILES
LIST(APPEND TESTS_FILES
bug00340
)

View File

@ -1,4 +1,4 @@
SET(TESTS_FILES
LIST(APPEND TESTS_FILES
bug00297
bug00432
bug00485_auto

View File

@ -1,4 +1,4 @@
SET(TESTS_FILES
LIST(APPEND TESTS_FILES
bug00307
php_bug_72512
)