Skip to content

Commit

Permalink
moving hdr tests from live tests to dedicated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Feb 9, 2021
1 parent 84c76b4 commit f0b3abe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion unit-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ endif()

set (unit_tests_sources
unit-tests-live.cpp
unit-tests-hdr.cpp
unit-tests-regressions.cpp
unit-tests-post-processing.cpp
unit-tests-post-processing.h
Expand Down
9 changes: 7 additions & 2 deletions unit-tests/unit-tests-hdr.cpp → unit-tests/hdr/test-hdr.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
// License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2020 Intel Corporation. All Rights Reserved.
// Copyright(c) 2021 Intel Corporation. All Rights Reserved.

/////////////////////////////////////////////////////////////////////////////
// This set of tests is valid for any device that supports the HDR feature //
/////////////////////////////////////////////////////////////////////////////

//#cmake:add-file ../unit-tests-common.h
//#cmake:add-file ../approx.h

#define CATCH_CONFIG_MAIN
#include "../catch.h"
#include "../unit-tests-common.h"

#include "unit-tests-common.h"

using namespace rs2;

Expand Down

0 comments on commit f0b3abe

Please sign in to comment.