Mercurial > repos > public > sbplib_julia
annotate test/runtests.jl @ 442:e70e47fbfa7c feature/lazy_identity
Add another convenience constructor
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 19 Oct 2020 21:41:34 +0200 |
parents | f0d6906d8937 |
children | a79d7b3209c9 |
rev | line source |
---|---|
333
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
1 using Test |
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
2 using TestSetExtensions |
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
3 |
422
f0d6906d8937
Revert unintentional change of runtests
Jonatan Werpers <jonatan@werpers.com>
parents:
421
diff
changeset
|
4 @testset ExtendedTestSet "All" begin |
333
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
5 @includetests ARGS |
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
6 end |