geometry
geometry copied to clipboard
Remove deprecated test-suite rule
According to https://github.com/bfgroup/b2/commit/597350653ada0f192dbe4b6d6ee509429f1cda45, b2 deprecated test-suite rule in 2007.
Thanks for the review. The reason why I remove it instead of replacing with alias is that users can do the same thing using b2 test/algorithms/area. There is only one alias target in one directory.
Well, it's not that important. If you still think alias should be used, I'll change the PR.
I agree that there is a workaround for calling all tests in a directory but it seems like a braking change. Also I am not sure that the commands in the circleCI script will be run after this change. Cf. https://github.com/boostorg/geometry/blob/develop/.circleci/config.yml#L77C74-L77C116
Sorry for my carelessness. It is a breaking change at least for CI.