[tests] Build filesystem test only if building own fs library

pull/1142/head
Hleb Valoshka 2021-10-20 22:19:06 +04:00
parent 28f674565e
commit b6da4a73f9
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
include(TestCase) include(TestCase)
test_case(hash) test_case(hash)
test_case(fs) if ((NOT HAVE_EXPERIMENTAL_FILESYSTEM) AND (NOT HAVE_FILESYSTEM))
test_case(fs)
endif()
test_case(stellarclass) test_case(stellarclass)
if(WIN32) if(WIN32)
test_case(winutil) test_case(winutil)