QA: Use own unit test headers for eagle test
These include the appropriate "polyfills" for things like Boost versions. (cherry picked from commit 20d36c18350fcccb1bee835553a68da8a0c96b0b)
This commit is contained in:
parent
e766732020
commit
b2e54a432b
|
@ -22,8 +22,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <boost/test/test_case_template.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <unit_test_utils/unit_test_utils.h>
|
||||
|
||||
#include <kiway.h>
|
||||
#include <sch_io_mgr.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue