factor/basis/system-info/windows/windows-tests.factor

7 lines
188 B
Factor

USING: math.order strings system-info.backend
system-info.windows tools.test ;
IN: system-info.windows.tests
[ t ] [ cpus 0 1024 between? ] unit-test
[ t ] [ username string? ] unit-test