blob: f96009ffcad95ad33ae0106b4822e57c881f3c58 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
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."
|