X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ships%2FVideo.ship;h=82aac064e54c255edc13e6c348da05de9455a084;hb=870b576c4b39c96f10e1344c4a408a9b8f888b5a;hp=24f9423e5bef7ae0b45ece464539e6dcc44c58aa;hpb=bc4394cf654143e9ab2cb8da7d0b560a89e858e3;p=fleet.git diff --git a/ships/Video.ship b/ships/Video.ship index 24f9423..82aac06 100644 --- a/ships/Video.ship +++ b/ships/Video.ship @@ -112,5 +112,35 @@ data in: inData == Constants ======================================================== +== Test ============================================================== + +// can't test much here; just make sure it accepts values + +#expect 0 +#expect 0 +#expect 0 + +#ship debug : Debug +#ship video : Video + +video.inX: + set word=0; + deliver; + send token to debug.in; +video.inY: + set word=0; + deliver; + send token to debug.in; +video.inData: + set word=0; + deliver; + send token to debug.in; + +debug.in: + set word=0; + set ilc=*; + recv token, deliver; + + == Contributors ========================================================= Adam Megacz