azonenberg / openfpga

Open FPGA tools
Other
257 stars 30 forks source link

Don't run compiled code right away for tests #58

Open whitequark opened 8 years ago

whitequark commented 8 years ago

This screws with cross-compiling and is just inelegant, code should build successfully even if it's buggy, e.g. for CI, bisecting, or stuff like that.

whitequark commented 8 years ago

ctest has test dependencies: set_property(TEST testX APPEND PROPERTY DEPENDS testY)