X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Ftest%2Fsimpletests.lisp;h=22b2d196ee8c8c160446cc4a17c642768657b626;hp=43bed4601954c71f079be82585de54bf63dbaf44;hb=3528ea770bf54e0174976c48b64e036355b71601;hpb=0a00e056cd1a8f022128525ac3cf3494cc36159d diff --git a/src/test/simpletests.lisp b/src/test/simpletests.lisp index 43bed46..22b2d19 100644 --- a/src/test/simpletests.lisp +++ b/src/test/simpletests.lisp @@ -187,3 +187,12 @@ (defsimplecommandtest "setxy 1" "crt 10 ask turtles [ setxy random-xcor random-ycor ]" "B02FD5B864A129AED5254A68C499607F7F6EA236") + +(defsimplereportertest "count 1" "count turtles" "0" + "E1DE30F072D785E0D0B59F28B0F7853E3D3E0D8B") + +(defreportertestwithsetup "count 2" "crt 10" "count turtles" "10" + "A925E39EC022967568D238D31F70F0A375024A89") + +(defsimplereportertest "count 3" "count patches" "9" + "E1DE30F072D785E0D0B59F28B0F7853E3D3E0D8B")