summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update charonNadrieril2024-06-0527-287/+278
|
* Merge branch 'main' into son/loops2Son Ho2024-06-04169-5583/+2423
|\
| * Improve the tests READMENadrieril2024-05-302-14/+22
| |
| * runner: Factor out backend-specific optionsNadrieril2024-05-302-49/+56
| |
| * runner: Split up into multiple filesNadrieril2024-05-306-198/+191
| |
| * runner: make the backend map a submodule of `Backend`Nadrieril2024-05-301-36/+48
| |
| * tests: Add a READMENadrieril2024-05-301-0/+67
| |
| * Fix an issue with some names being ignored when generating unique variable namesSon Ho2024-05-282-4/+4
| |
| * Reactivate the infinite-loop.rs testSon Ho2024-05-284-1/+76
| |
| * tests: Rename hashmap_utils -> utilsNadrieril2024-05-2813-42/+40
| |
| * Add some testsNadrieril2024-05-288-0/+178
| |
| * runner: Store options for crate tests in a separate fileNadrieril2024-05-282-30/+14
| |
| * tests: Rename betree_main -> betreeNadrieril2024-05-2830-363/+359
| |
| * tests: Merge the hashmap test filesNadrieril2024-05-2742-3992/+279
| |
| * runner: Add `no-check-output` option for unstable outputsNadrieril2024-05-273-27/+31
| |
| * runner: Support negative testsNadrieril2024-05-277-20/+113
| |
| * runner: Correctly catch command exit statusNadrieril2024-05-272-29/+40
| |
| * Merge pull request #206 from AeneasVerif/subdirGuillaume Boisseau2024-05-2485-609/+633
| |\
| | * Rename some subdirectories for consistencyNadrieril2024-05-2450-13/+7
| | |
| | * Update output filesNadrieril2024-05-2426-554/+554
| | |
| | * runner: Specify subdirectory in magic commentsNadrieril2024-05-249-15/+24
| | |
| | * runner: Factor out useful `BackendMap` operationsNadrieril2024-05-241-33/+26
| | |
| | * runner: Allow per-backend skippingNadrieril2024-05-241-19/+46
| | |
| | * runner: Allow filenames with dashesNadrieril2024-05-242-1/+2
| | |
| | * fix generated fileNadrieril2024-05-241-1/+1
| | |
| * | Update an .opam fileSon Ho2024-05-241-1/+1
| | |
| * | Merge branch 'main' into afromher/recursive_projectorsSon Ho2024-05-2488-3301/+5623
| |\|
| | * Update test outputsNadrieril2024-05-2451-1219/+1219
| | |
| | * runner: Pass options in special commentsNadrieril2024-05-2416-78/+150
| | |
| | * runner: define an Input moduleNadrieril2024-05-241-90/+92
| | |
| | * runner: Strongly typed Backend enumNadrieril2024-05-242-62/+88
| | |
| | * Downgrade the version of duneSon Ho2024-05-241-1/+1
| | |
| * | Regenerate Lean files for betreeAymeric Fromherz2024-05-231-0/+4
| | |
| * | Regenerate Lean files for betree following extraction changesAymeric Fromherz2024-05-232-47/+46
| | |
* | | Add a testSon Ho2024-06-034-103/+123
| | |
* | | Regenerate testsAymeric Fromherz2024-05-3113-35/+35
| | |
* | | Regenerate test outputAymeric Fromherz2024-05-3119-108/+2588
| | |
* | | Implement two phases of loops join + collapseAymeric Fromherz2024-05-3019-2588/+108
| | |
* | | Add type and set/map for marker and borrow idAymeric Fromherz2024-05-281-1/+1
| | |
* | | Downgrade the version of duneSon Ho2024-05-241-1/+1
| |/ |/|
* | runner: Use full path and use an enum for crate vs fileNadrieril2024-05-241-42/+54
| |
* | runner: Do both steps of generation at onceNadrieril2024-05-241-22/+24
| |
* | Auto-detect test casesNadrieril2024-05-242-17/+23
| |
* | Use runner to generate llbcNadrieril2024-05-241-20/+104
| |
* | Tweak a pathNadrieril2024-05-2451-1219/+1219
| |
* | Import test suite from charonNadrieril2024-05-2425-1/+4016
| |
* | Remove secondary betree testNadrieril2024-05-249-2100/+4
| | | | | | | | | | Opened https://github.com/AeneasVerif/aeneas/issues/196 to remember to add a more adequate replacement test.
* | Let the runner choose which backends to useNadrieril2024-05-241-15/+23
| |
* | Cleanup test runnerNadrieril2024-05-241-99/+124
| |
* | Set all options in the test runnerNadrieril2024-05-241-0/+57
| |