mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Add first batch of configuration tests
Summary: Configuration tests check whether all mandatory dependencies to build swift are met. They can also be used to check optional dependencies, which results in certain features to be enabled or disabled. This first batch tests for mandatory libraries libpng, zlib and OpenGL. If this is not tested and some libraries are missing, the developer will be notified very late in the build. Reviewers: #swift_pilot_client, msutcliffe Reviewed By: #swift_pilot_client, msutcliffe Subscribers: msutcliffe, jenkins Differential Revision: https://dev.swift-project.org/D34
This commit is contained in:
committed by
Mathew Sutcliffe
parent
045caddcc8
commit
7317ddd155
2
mkspecs/features/config_test_pre.prf
Normal file
2
mkspecs/features/config_test_pre.prf
Normal file
@@ -0,0 +1,2 @@
|
||||
include(wordsize.pri)
|
||||
include(externals.pri)
|
||||
Reference in New Issue
Block a user