The ingredient for this recipe will be a tiny Python script (test.py) that always returns 1, which CMake interprets as a failure:
import sys
# simulate a failing test
sys.exit(1)
The ingredient for this recipe will be a tiny Python script (test.py) that always returns 1, which CMake interprets as a failure:
import sys
# simulate a failing test
sys.exit(1)