dil icon indicating copy to clipboard operation
dil copied to clipboard

Trivial test suite

Open baziotis opened this issue 5 years ago • 0 comments

It's pretty obvious that we need a test suite. I was thinking a very trivial test suite, where basically we just have a /tests folder with .cpp files. Every file in this folder should have a first line denoting how it should be compiled. Then, we run a script that for every file, reads its first line, compiles it and runs it. If we have an assert, then the test failed.

baziotis avatar Dec 11 '19 17:12 baziotis