• Juan Batiz-Benet's avatar
    `make test` now runs expensive tests. · f6def11e
    Juan Batiz-Benet authored
    We use make test as the measure of correctness.
    This laxity has let bugs creep into several systems.
    This commit changes our target to always run expensive
    tests, unless one specifically runs `make test_short`
    
    (we would do well to remove most if not all timing--
    that's usually what makes tests take a long time.)
    f6def11e
Makefile 932 Bytes