diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-04 09:04:33 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-04 09:04:33 +0000 |
commit | 176179b2a9e99af595892c396a219c2bc11fb6c9 (patch) | |
tree | 31a9683f9014418846896b50011a3216ecb3a8f8 /.gitignore | |
parent | c28994868efd1da6259f805984cc93135bd74a3a (diff) |
rework the regression suite
The tests are still there, the suite is equivalent to the old one, but
this one is better structured.
The biggest annoyance I had with the old one was that it wasn't
straightforward to test only a specific set of tests. It's still
impossible, but it's way easier to do it now.
This extract all the tests to their own functions. It's overall
better in all possible regards.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,3 +30,4 @@ regress/iri_test regress/puny-test regress/*.o regress/gg +regress/gmid.pid |