ptII icon indicating copy to clipboard operation
ptII copied to clipboard

Testing (Constraint)

Open cxbrooks opened this issue 13 years ago • 2 comments

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#480 From: Elizabeth Latronico <[email protected]> Reported version: 8.1.devel CC: [email protected]

Blocker for: BZ#443

cxbrooks avatar Mar 12 '12 05:03 cxbrooks

All code contributed to the Ptolemy II repository must satisfy the Ptolemy II testing rules: http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/ptII/doc/coding/index.htm

cxbrooks avatar Mar 12 '12 05:03 cxbrooks

Testing is covered under the testing link at http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/ptII/doc/coding/

Basically, we have two types of tests:

  1. Unit tests, written in Tcl
  2. System tests, which are models that use actors like the Test actor.

The tests can be run by using make or ant. For Ptango, we are not using make.

The notes about ant will appear at chess.eecs.berkeley.edu/ptexternal/src/ptII/doc/coding/ant.htm

The Ptango tree is at ptII/org/ptolemy/ptango.

The nightly build is at http://sisyphus.eecs.berkeley.edu:8080/job/ptII/

cxbrooks avatar Mar 14 '12 02:03 cxbrooks