Skip to content

Commit

Permalink
Generate test code programmatically (#438)
Browse files Browse the repository at this point in the history
* Generate type stability tests programmatically

* Correctness

* Cleaner diff

* Split extras

* Revert

* Second correctness run
  • Loading branch information
gdalle authored Sep 2, 2024
1 parent ea46769 commit 7c1e707
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 1,228 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ include("scenarios/extensions.jl")
include("utils/misc.jl")
include("utils/filter.jl")

include("tests/correctness.jl")
include("tests/correctness_eval.jl")
@static if VERSION >= v"1.7"
include("tests/type_stability.jl")
include("tests/type_stability_eval.jl")
end
include("tests/sparsity.jl")
include("tests/benchmark.jl")
Expand Down
Loading

0 comments on commit 7c1e707

Please sign in to comment.