yduf / yduf.github.io

site based upon jekyll now
https://yduf.github.io/
MIT License
0 stars 0 forks source link

build the executable before running the test #3

Closed Marco-Israel closed 1 year ago

Marco-Israel commented 2 years ago

Hello,

is it pussible that testmate can build the test executable by e.g trigger the correspondig makefile?

I like to edit a test and when pressing the "run" or "debug" button/link above the test, testmate should recompile the executable before executing the test. Same for debug.

Currently i need to rebuild the executable by cmake or make first. if not the changes I made to the test are not avialable to the test-executable because it is not rebuilded.

Is there a solution or does I have only a misconfigured cmake projekt?

yduf commented 2 years ago

The way I'am using it, it's not automated, and I rebuild the executable by hand each time. I have not tried to automate it. I am using testmate only to have a detailed view of test status when analysing issue or debuging.