1
1

cmake: Don't build torture_rand on Windows.

Этот коммит содержится в:
Andreas Schneider 2010-12-29 20:33:32 +01:00
родитель 80d7ccb522
Коммит f3a6c3152c

Просмотреть файл

@ -7,4 +7,6 @@ add_cmockery_test(torture_keyfiles torture_keyfiles.c ${TORTURE_LIBRARY})
add_cmockery_test(torture_list torture_list.c ${TORTURE_LIBRARY})
add_cmockery_test(torture_misc torture_misc.c ${TORTURE_LIBRARY})
add_cmockery_test(torture_options torture_options.c ${TORTURE_LIBRARY})
add_cmockery_test(torture_rand torture_rand.c ${TORTURE_LIBRARY})
if (UNIX AND NOT WIN32)
add_cmockery_test(torture_rand torture_rand.c ${TORTURE_LIBRARY})
endif (UNIX AND NOT WIN32)