openfpga
openfpga copied to clipboard
Don't run compiled code right away for tests
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.
ctest has test dependencies: set_property(TEST testX APPEND PROPERTY DEPENDS testY)