Ticket #152 (closed defect: wontfix)

Opened 1 year ago

Last modified 1 year ago

Test programs are built in BuildBot

Reported by: dirk Assigned to: dshipton
Priority: minor Milestone: 2.0 Beta
Component: Build Version: 2.0
Keywords: Cc:
Completion:

Description

BB currently builds the test programs, not just the libs. Given that it runs the unittests anyway I think that's not necessary.

Change History

01/16/07 08:34:41 changed by dshipton

  • owner changed from dans to dshipton.

01/16/07 08:35:36 changed by dshipton

  • status changed from new to assigned.

01/25/07 11:50:16 changed by dshipton

  • status changed from assigned to closed.
  • resolution set to wontfix.

Building the test programs ensures that when a user downloads opensg2 that everything will at least compile..hopefully work. I see no reason not to keep building them.

01/25/07 12:43:16 changed by dirk

Well, that's what the unittests are for. Linking test programs takes quite a bit of time, especially on Windows, and that is time that is not really needed for anything. Linking is not normally a problem, but actually running is. That's why the unittesst are IMHO more interesting.