Skip to content

Commit

Permalink
Removed HT-specific compression
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Jan 10, 2025
1 parent 55359b3 commit b32efbd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 382 deletions.
4 changes: 1 addition & 3 deletions src/test/OpenEXRTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ add_executable(OpenEXRTest
testFutureProofing.h
testHeader.cpp
testHeader.h
testHTCompression.cpp
testHuf.cpp
testHuf.h
testIDManifest.cpp
Expand Down Expand Up @@ -170,8 +169,7 @@ define_openexr_tests(
testExistingStreams
testFutureProofing
testHeader
testHTCompression
testHuf
testHuf
testInputPart
testIsComplete
testLargeDataWindowOffsets
Expand Down
2 changes: 0 additions & 2 deletions src/test/OpenEXRTest/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "testExistingStreams.h"
#include "testFutureProofing.h"
#include "testHeader.h"
#include "testHTCompression.h"
#include "testHuf.h"
#include "testIDManifest.h"
#include "testInputPart.h"
Expand Down Expand Up @@ -192,7 +191,6 @@ main (int argc, char* argv[])
TEST (testLineOrder, "basic");
TEST (testCompressionApi, "basic");
TEST (testCompression, "basic");
TEST (testHTCompression, "basic");
TEST (testCopyPixels, "basic");
TEST (testLut, "basic");
TEST (testSampleImages, "basic");
Expand Down
Loading

0 comments on commit b32efbd

Please sign in to comment.