index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_runner
/
run_test.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
runner: Store options for crate tests in a separate file
Nadrieril
1
-30
/
+10
2024-05-28
tests: Rename betree_main -> betree
Nadrieril
1
-5
/
+2
2024-05-27
runner: Add `no-check-output` option for unstable outputs
Nadrieril
1
-6
/
+30
2024-05-27
runner: Support negative tests
Nadrieril
1
-19
/
+51
2024-05-27
runner: Correctly catch command exit status
Nadrieril
1
-28
/
+39
2024-05-24
Rename some subdirectories for consistency
Nadrieril
1
-13
/
+7
2024-05-24
runner: Specify subdirectory in magic comments
Nadrieril
1
-15
/
+16
2024-05-24
runner: Factor out useful `BackendMap` operations
Nadrieril
1
-33
/
+26
2024-05-24
runner: Allow per-backend skipping
Nadrieril
1
-19
/
+46
2024-05-24
runner: Allow filenames with dashes
Nadrieril
1
-0
/
+1
2024-05-24
runner: Pass options in special comments
Nadrieril
1
-77
/
+112
2024-05-24
runner: define an Input module
Nadrieril
1
-90
/
+92
2024-05-24
runner: Strongly typed Backend enum
Nadrieril
1
-62
/
+82
2024-05-24
runner: Use full path and use an enum for crate vs file
Nadrieril
1
-42
/
+54
2024-05-24
runner: Do both steps of generation at once
Nadrieril
1
-22
/
+24
2024-05-24
Auto-detect test cases
Nadrieril
1
-16
/
+22
2024-05-24
Use runner to generate llbc
Nadrieril
1
-20
/
+104
2024-05-24
Import test suite from charon
Nadrieril
1
-1
/
+1
2024-05-24
Remove secondary betree test
Nadrieril
1
-18
/
+4
2024-05-24
Let the runner choose which backends to use
Nadrieril
1
-15
/
+23
2024-05-24
Cleanup test runner
Nadrieril
1
-99
/
+124
2024-05-24
Set all options in the test runner
Nadrieril
1
-0
/
+57
2024-05-24
Move the subdirectory selection to the test runner
Nadrieril
1
-3
/
+26
2024-05-24
Add simple test runner
Nadrieril
1
-0
/
+30