Skip to content

Commit

Permalink
tests: update JPEG 2000 and HT tests to Catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Nov 5, 2024
1 parent 06d0175 commit ebb7b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit ebb7b9e

Please sign in to comment.