We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee712a0 commit de64054Copy full SHA for de64054
+stdlib/extract_zstd.m
test/TestHash.m
@@ -15,24 +15,6 @@ function java_required(tc)
15
16
methods (Test, ParameterCombination = 'sequential')
17
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
36
function test_hash(tc, type, hash)
37
38
r = fileparts(mfilename('fullpath'));
test/hello.tar.zst
-121 Bytes
0 commit comments