openfpga icon indicating copy to clipboard operation
openfpga copied to clipboard

Don't run compiled code right away for tests

Open whitequark opened this issue 9 years ago • 1 comments

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 avatar Oct 31 '16 17:10 whitequark

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

whitequark avatar Oct 31 '16 17:10 whitequark