rename src to PSync and change include style

refs #4779

Change-Id: I74a08a6e4ab4909be49341f60ed9735f76b3da59
diff --git a/tests/test-bloom-filter.cpp b/tests/test-bloom-filter.cpp
index 55b71e8..1e634c9 100644
--- a/tests/test-bloom-filter.cpp
+++ b/tests/test-bloom-filter.cpp
@@ -17,7 +17,7 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "detail/bloom-filter.hpp"
+#include "PSync/detail/bloom-filter.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>
diff --git a/tests/test-consumer.cpp b/tests/test-consumer.cpp
index 9a745e6..96e6e8a 100644
--- a/tests/test-consumer.cpp
+++ b/tests/test-consumer.cpp
@@ -17,7 +17,7 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "consumer.hpp"
+#include "PSync/consumer.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>
diff --git a/tests/test-full-producer.cpp b/tests/test-full-producer.cpp
index ce23cf8..ca7955b 100644
--- a/tests/test-full-producer.cpp
+++ b/tests/test-full-producer.cpp
@@ -17,7 +17,7 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "full-producer.hpp"
+#include "PSync/full-producer.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>
diff --git a/tests/test-full-sync.cpp b/tests/test-full-sync.cpp
index d8335b0..c5eeb5e 100644
--- a/tests/test-full-sync.cpp
+++ b/tests/test-full-sync.cpp
@@ -17,10 +17,10 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "full-producer.hpp"
-#include "consumer.hpp"
 #include "unit-test-time-fixture.hpp"
-#include "detail/state.hpp"
+#include "PSync/full-producer.hpp"
+#include "PSync/consumer.hpp"
+#include "PSync/detail/state.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>
diff --git a/tests/test-iblt.cpp b/tests/test-iblt.cpp
index 3934938..bb5e8ee 100644
--- a/tests/test-iblt.cpp
+++ b/tests/test-iblt.cpp
@@ -17,8 +17,8 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "detail/iblt.hpp"
-#include "detail/util.hpp"
+#include "PSync/detail/iblt.hpp"
+#include "PSync/detail/util.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>
diff --git a/tests/test-partial-producer.cpp b/tests/test-partial-producer.cpp
index 9555c7d..49c5264 100644
--- a/tests/test-partial-producer.cpp
+++ b/tests/test-partial-producer.cpp
@@ -17,7 +17,7 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "partial-producer.hpp"
+#include "PSync/partial-producer.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>
diff --git a/tests/test-partial-sync.cpp b/tests/test-partial-sync.cpp
index d4c1784..e3c25b0 100644
--- a/tests/test-partial-sync.cpp
+++ b/tests/test-partial-sync.cpp
@@ -17,8 +17,8 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "partial-producer.hpp"
-#include "consumer.hpp"
+#include "PSync/partial-producer.hpp"
+#include "PSync/consumer.hpp"
 #include "unit-test-time-fixture.hpp"
 
 #include <boost/test/unit_test.hpp>
diff --git a/tests/test-producer-base.cpp b/tests/test-producer-base.cpp
index 9664b04..baa88a6 100644
--- a/tests/test-producer-base.cpp
+++ b/tests/test-producer-base.cpp
@@ -17,8 +17,8 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "producer-base.hpp"
-#include "detail/util.hpp"
+#include "PSync/producer-base.hpp"
+#include "PSync/detail/util.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>
diff --git a/tests/test-segment-publisher.cpp b/tests/test-segment-publisher.cpp
index db81f30..358e1f2 100644
--- a/tests/test-segment-publisher.cpp
+++ b/tests/test-segment-publisher.cpp
@@ -17,8 +17,8 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "segment-publisher.hpp"
-#include "detail/state.hpp"
+#include "PSync/segment-publisher.hpp"
+#include "PSync/detail/state.hpp"
 #include "unit-test-time-fixture.hpp"
 
 #include <boost/test/unit_test.hpp>
diff --git a/tests/test-state.cpp b/tests/test-state.cpp
index 956bbbd..cb53bd5 100644
--- a/tests/test-state.cpp
+++ b/tests/test-state.cpp
@@ -17,7 +17,7 @@
  * PSync, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include "detail/state.hpp"
+#include "PSync/detail/state.hpp"
 
 #include <boost/test/unit_test.hpp>
 #include <ndn-cxx/name.hpp>