Move hftest headers to a test inc directory.

Other common test headers can also go under this directory, rather
than having shared 'inc' directories scattered around the test source
tree.

Change-Id: I990bdc11ad08bd44377ac2e064c566f552ff22b5
diff --git a/test/hftest/standalone_main.c b/test/hftest/standalone_main.c
index 193623c..586b3b3 100644
--- a/test/hftest/standalone_main.c
+++ b/test/hftest/standalone_main.c
@@ -23,8 +23,8 @@
 #include "hf/memiter.h"
 #include "hf/mm.h"
 
-#include "hftest.h"
 #include "hftest_common.h"
+#include "test/hftest.h"
 
 alignas(4096) uint8_t kstack[4096];