p-ranav / tabulate

Table Maker for Modern C++
MIT License
1.93k stars 138 forks source link

Please add to the README how to run tests #61

Open yurivict opened 3 years ago

yurivict commented 3 years ago

There is the cmake option tabulate_BUILD_TESTS but it isn't clear how to run tests.

It's best to have a test target so that tests could be easily run.

p-ranav commented 3 years ago

There are no tests. That target should be removed (or more productively: I need to add some tests).