aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRam Mohan <ram.mohan@ittiam.com>2023-11-30 01:51:30 +0530
committerRam Mohan M <ram.mohan@ittiam.com>2023-11-30 02:37:31 +0530
commita0fe94ae6a30f57b7f0c04efb95c995c2fd09a88 (patch)
treed7c014097be3faa47d414d8b0dc62b55c23879e5 /tests
parent06a67f6a532b6b6326675e431f914fab21c51528 (diff)
downloadlibultrahdr-a0fe94ae6a30f57b7f0c04efb95c995c2fd09a88.tar.gz
restructure folders to avoid possible namespace collision
source files are restructured according to coding guidelines
Diffstat (limited to 'tests')
-rw-r--r--tests/gainmapmath_test.cpp2
-rw-r--r--tests/icchelper_test.cpp2
-rw-r--r--tests/jpegdecoderhelper_test.cpp6
-rw-r--r--tests/jpegencoderhelper_test.cpp6
-rw-r--r--tests/jpegr_test.cpp6
5 files changed, 11 insertions, 11 deletions
diff --git a/tests/gainmapmath_test.cpp b/tests/gainmapmath_test.cpp
index b474bd6..95fd159 100644
--- a/tests/gainmapmath_test.cpp
+++ b/tests/gainmapmath_test.cpp
@@ -17,7 +17,7 @@
#include <gtest/gtest.h>
#include <gmock/gmock.h>
-#include "gainmapmath.h"
+#include "ultrahdr/gainmapmath.h"
namespace ultrahdr {
diff --git a/tests/icchelper_test.cpp b/tests/icchelper_test.cpp
index 02ad27b..26f78a6 100644
--- a/tests/icchelper_test.cpp
+++ b/tests/icchelper_test.cpp
@@ -16,7 +16,7 @@
#include <gtest/gtest.h>
-#include "icc.h"
+#include "ultrahdr/icc.h"
namespace ultrahdr {
diff --git a/tests/jpegdecoderhelper_test.cpp b/tests/jpegdecoderhelper_test.cpp
index 3b8e88e..4e72be1 100644
--- a/tests/jpegdecoderhelper_test.cpp
+++ b/tests/jpegdecoderhelper_test.cpp
@@ -19,9 +19,9 @@
#include <fstream>
#include <iostream>
-#include "ultrahdrcommon.h"
-#include "jpegdecoderhelper.h"
-#include "icc.h"
+#include "ultrahdr/ultrahdrcommon.h"
+#include "ultrahdr/jpegdecoderhelper.h"
+#include "ultrahdr/icc.h"
namespace ultrahdr {
diff --git a/tests/jpegencoderhelper_test.cpp b/tests/jpegencoderhelper_test.cpp
index 3463c26..23ab3f3 100644
--- a/tests/jpegencoderhelper_test.cpp
+++ b/tests/jpegencoderhelper_test.cpp
@@ -19,9 +19,9 @@
#include <fstream>
#include <iostream>
-#include "ultrahdrcommon.h"
-#include "ultrahdr.h"
-#include "jpegencoderhelper.h"
+#include "ultrahdr/ultrahdrcommon.h"
+#include "ultrahdr/ultrahdr.h"
+#include "ultrahdr/jpegencoderhelper.h"
namespace ultrahdr {
diff --git a/tests/jpegr_test.cpp b/tests/jpegr_test.cpp
index bfbfcde..39c7af0 100644
--- a/tests/jpegr_test.cpp
+++ b/tests/jpegr_test.cpp
@@ -24,9 +24,9 @@
#include <fstream>
#include <iostream>
-#include "ultrahdrcommon.h"
-#include "jpegr.h"
-#include "jpegrutils.h"
+#include "ultrahdr/ultrahdrcommon.h"
+#include "ultrahdr/jpegr.h"
+#include "ultrahdr/jpegrutils.h"
//#define DUMP_OUTPUT