Make.Suite
Additional information one may want to attach to a test case in order to help preprocessing it / interpreting its results
val pp_info : Stdlib.Format.formatter -> info -> unit
val pp_category : Stdlib.Format.formatter -> category -> unit
val skip_category : category -> bool
Return true to skip the given category of test
Takes the name of a file, decides if this file should be analysed. This should at least filter based on extention.
Takes the source of the file and its code, a list of name, info and category. Each element of the list corresponds to a new test to create
val beforeTest : info -> string -> unit
Preprocessing that is done on each file
Gives a list of files to setup. This should mostly be used to compute some information using only file names. Files will be read later
This suite will be launched using executable_name bulk cmd_name
(for example gillian-js bulk test262
val exec_mode : Gillian.Utils.Exec_mode.t
Execution mode that will be used for init in command-line