Skip to content

Commit de64054

Browse files
committed
remove extract_zstd
it was moved to https://github.com/gemini3d/mat_gemini
1 parent ee712a0 commit de64054

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

+stdlib/extract_zstd.m

Lines changed: 0 additions & 46 deletions
This file was deleted.

test/TestHash.m

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ function java_required(tc)
1515

1616
methods (Test, ParameterCombination = 'sequential')
1717

18-
function test_extract(tc)
19-
import matlab.unittest.constraints.IsFile
20-
21-
r = fileparts(mfilename('fullpath'));
22-
fn = stdlib.posix(r) + "/hello.tar.zst";
23-
24-
tc.assumeThat(fn, IsFile)
25-
26-
tc.assumeNotEmpty(stdlib.which("cmake"), "CMake not available")
27-
28-
td = stdlib.posix(tc.createTemporaryFolder());
29-
30-
stdlib.extract_zstd(fn, td)
31-
tc.verifyThat(td + "/test/hello.txt", IsFile)
32-
33-
end
34-
35-
3618
function test_hash(tc, type, hash)
3719

3820
r = fileparts(mfilename('fullpath'));

test/hello.tar.zst

-121 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)