test: fix include path for private header under src

This commit is contained in:
Ralph Lange
2017-09-19 15:38:02 +02:00
parent 3b733bc373
commit 2627389788
+1 -1
View File
@@ -8,7 +8,7 @@
#include "epicsThreadPool.h"
/* included to allow tests to peek */
#include "../../pool/poolPriv.h"
#include "../../src/pool/poolPriv.h"
#include "testMain.h"
#include "epicsUnitTest.h"