mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 14:47:27 +02:00
test: Disable on MinGW and Apple - for now
This commit is contained in:
parent
8411ea9cc2
commit
e1f21b89fb
@ -108,7 +108,11 @@ add_subdirectory(src/libfwbuilder/etc)
|
||||
add_subdirectory(src/libfwbuilder/migration)
|
||||
add_subdirectory(src/res)
|
||||
add_subdirectory(doc)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
add_subdirectory(src/unit_tests)
|
||||
endif()
|
||||
|
||||
|
||||
### Packaging
|
||||
add_subdirectory(packaging)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user