Open yurivict opened 3 years ago
There is the cmake option tabulate_BUILD_TESTS but it isn't clear how to run tests.
tabulate_BUILD_TESTS
It's best to have a test target so that tests could be easily run.
test
There are no tests. That target should be removed (or more productively: I need to add some tests).
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.