hpcgarage/spatter

Tests always build, only build with `make`

Closed this issue · 1 comments

Two issues

  • Tests should only build when running make test, not when running make.
  • Tests should be rebuilt when running make test. Currently, they are only possible to build with make, and make test is only able to run them

We may not need to run the argparse tests when we run make, for example.