14 lines
251 B
Plaintext
14 lines
251 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"
|
|
|
|
for file %f in "core"
|
|
say "\%f"
|
|
|
|
say "OS test passed."
|