nomsu/tests/os.nom
2018-06-15 00:40:40 -07:00

11 lines
214 B
Plaintext

#
Tests for the stuff defined in lib/os.nom
use "core"
use "lib/os.nom"
%lines <-: lines in: read file "tests/os.nom"
assume: %lines.2 = " Tests for the stuff defined in lib/os.nom"
say "OS test passed."