code: purgatorio

ref: b7af62b250e5dff30320a181ca9d53ab5a7c276d
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");
}