code: 9ferno

ref: 728eff896074bfa69130c243941ffc6d5c19a735
dir: /opt/skel/appl/cmd/t/smoke.b/

View raw version
implement T;

include "opt/powerman/tap/module/t.m";
include "sh.m";


test()
{
	plan(1);

	examplecmd := load Command "/opt/skel/dis/cmd/examplecmd.dis";
	ok(examplecmd != nil, "examplecmd loaded as Command");
}