Werni2A / OpenOrCadParser

OpenOrCadParser - FOSS Parser for Cadence OrCAD designs.
MIT License
52 stars 11 forks source link

Disable Unit Tests by default #102

Closed Werni2A closed 1 year ago

Werni2A commented 1 year ago

Unit tests require that the tests were generated before, otherwise cmake fails with an ugly No SOURCES given to target: test error. Therefore disable them by default and enable them explicitly when necessary.

Fixes #101