Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Jul 15, 2024
1 parent 1b9216c commit c0ec429
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 174 deletions.
4 changes: 2 additions & 2 deletions apps/documents/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions apps/documents/documents.dib
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

open file_system_operators
open sm'_operators
open rust_operators
open rust.rust_operators
open rust

#!spiral

Expand Down Expand Up @@ -594,18 +595,18 @@ hangul_epub_path
#!spiral

inl tests () =
rust.run_tests [
"verify_app", fun _ =>
testing.run_tests {
verify_app = fun (_ : string) =>
get_command () |> runtime.command_debug_assert
]
}

#!markdown

## main

#!spiral

///!
///! _

inl main (args : array_base string) =
Info |> Some |> init_trace_state
Expand Down
Loading

0 comments on commit c0ec429

Please sign in to comment.