Skip to content

Commit

Permalink
Merge pull request #1369 from bradh/catch2_2024-11-05
Browse files Browse the repository at this point in the history
tests: update JPEG 2000 and HT tests to Catch2
  • Loading branch information
farindk authored Nov 5, 2024
2 parents 06d0175 + 1281ec6 commit 36c9860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/encode_htj2k.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
SOFTWARE.
*/

#include "catch.hpp"
#include "catch2/catch_test_macros.hpp"
#include "libheif/heif.h"
#include "libheif/api_structs.h"
#include "pixelimage.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/encode_jpeg2000.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
SOFTWARE.
*/

#include "catch.hpp"
#include "catch2/catch_test_macros.hpp"
#include "libheif/heif.h"
#include "libheif/api_structs.h"
#include "pixelimage.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/pixel_data_types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

#include "pixelimage.h"
#include "catch.hpp"
#include "catch2/catch_test_macros.hpp"

TEST_CASE( "uint32_t" )
{
Expand Down

0 comments on commit 36c9860

Please sign in to comment.