Skip to content

Commit 3f86c5c

Browse files
committed
test:java consolidate
1 parent af7bc07 commit 3f86c5c

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

test/TestIntg.m

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

test/TestJava.m

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ function test_touch_modtime(tc)
110110
end
111111

112112

113+
function test_checkRAM(tc)
114+
tc.assertTrue(islogical(stdlib.checkRAM(1)))
115+
end
116+
117+
118+
function test_diskfree(tc)
119+
tc.assertTrue(isnumeric(stdlib.diskfree('/')))
120+
tc.assertTrue(stdlib.diskfree('/') > 0, 'diskfree')
121+
end
122+
113123
end
114124

115125
end

0 commit comments

Comments
 (0)