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:
John Beard 2019-04-02 23:28:02 +01:00
parent e766732020
commit b2e54a432b
1 changed files with 2 additions and 2 deletions

View File

@ -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>