Rename .h header files to .hpp

Majority of the project uses .hpp and .h shouldn't be used for C++
header files anyway.

Change-Id: I979ba2d243f8f5dbf45c37237ac4aaf9a733eba8
diff --git a/tests/datastore_access.cpp b/tests/datastore_access.cpp
index 88b05c3..a7fc6f5 100644
--- a/tests/datastore_access.cpp
+++ b/tests/datastore_access.cpp
@@ -6,7 +6,7 @@
  *
 */
 
-#include "trompeloeil_doctest.h"
+#include "trompeloeil_doctest.hpp"
 #include <sysrepo-cpp/Session.hpp>
 
 #ifdef sysrepo_BACKEND