Commit Graph

12 Commits (9e181ca8f446d238ba279bc22fef9d166d4f38b0)

Author SHA1 Message Date
Sébastien Hinderer bdd9ca391e Add the $(EXE) suffix to all programs at build rather than install time
This commit touches neither boot/ocamlc nor boot/ocamllex

It has the side-effect of fixing the cleanup rules which did not use the
$(EXE) extension when removing a file although it was produced with the
$(EXE) extension.
2020-06-18 11:16:55 +02:00
Nicolás Ojeda Bär 6c311f3007 stop passing the constant ocamlsrcdir to each function 2020-05-27 19:19:22 +02:00
Sébastien Hinderer d3e73595e5 Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
Sébastien Hinderer f1adcb8362 ocamltest: add the asmgen test 2018-04-27 17:51:57 +02:00
Sébastien Hinderer 75831ddb8b ocamltest: introduce the ocamlmklib action 2018-04-10 20:41:33 +02:00
Sébastien Hinderer 66046ceb41 ocamltest: add support for invoking ocamlobjinfo 2018-04-05 19:36:29 +02:00
Sébastien Hinderer cf79d7d8a7 ocamltest: implement the ocamldebug action 2018-03-21 17:23:29 +01:00
octachron ece7e44d1a ocamltest: machinery for ocamldoc tests
* a new test ocamldoc
* three new modifiers: html, latex and man for each ocamldoc backend
* new variables:
   * plugins
   * skip_header_lines, skip_header_bytes
   * ocamldoc_{backend,exit_status,flags,output,reference}
* make it possible to skip lines in the result file in text mode
* check_output reads skip_header_{lines,bytes} when comparing
output and reference files
2018-03-06 11:58:10 +01:00
Sébastien Hinderer 9bd3ab2323 ocamltest: define paths to ocamllex and ocamlyacc 2018-03-01 16:43:44 +01:00
Sébastien Hinderer a57ba47265 ocamltest: add more system environment lookup functions to stdlib 2018-02-27 18:32:32 +01:00
Sébastien Hinderer a029ecea18 ocamltest: introduce the ocaml_directories module 2018-01-31 09:14:43 +01:00
Sébastien Hinderer a828e36d37 ocamltest: introduce the ocaml_files module 2018-01-31 09:14:43 +01:00