diff -r cfd989fa71c3 -r 492a57594b88 README.md --- a/README.md Tue Aug 25 13:53:17 2020 +0300 +++ b/README.md Tue Aug 25 14:04:06 2020 +0300 @@ -40,7 +40,14 @@ This package is not and is not planned to be available via `Pkg.add` as it is based on the worst and must unusable version control system ever invented: Git. - [AlgTools]: https://tuomov.iki.fi/software/AlgTools/ +## Testing + +To run a simple denoising test using FISTA, use +```console +$ julia --project=DenoiseTest +julia> using DenoiseTest +julia> test_denoise() +``` - + [AlgTools]: https://tuomov.iki.fi/software/AlgTools/