Current section
Files
Jump to
Current section
Files
src/startest@internal@runner.erl
-module(startest@internal@runner).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([run_tests/1]).
-file("/Users/maxdeviant/projects/startest/src/startest/internal/runner.gleam", 10).
-spec run_tests(startest@context:context()) -> nil.
run_tests(Ctx) ->
startest@internal@runner@backend@erlang:run_tests(Ctx).