UCL / research-computing-with-cpp

UCL-ARC *C++ for Research* course
https://github-pages.ucl.ac.uk/research-computing-with-cpp/
27 stars 19 forks source link

Run tests automatically? #31

Closed jonc125 closed 1 year ago

jonc125 commented 6 years ago

We currently build our code samples, but don't run any of them. Given that many of them are using Catch to test things, it would probably make sense to run them with ctest, and ideally have travis check that they actually pass!

What do you think @MattClarkson ?

MattClarkson commented 6 years ago

Totally agree. We may have had some of that in the past, and then we upgraded a few things, and then in the last minute rush to deliver the lectures, this was the best we could port over.

I'll do what I can on my notes.