summaryrefslogtreecommitdiff
path: root/ocamltest
Commit message (Expand)AuthorAgeFilesLines
* Eliminate typoDavid Allsopp2020-07-231-2/+0
* Remove use of ln -sf from ocamltestDavid Allsopp2020-07-236-12/+17
* Remove use of rm -rf from ocamltestDavid Allsopp2020-07-236-5/+38
* Add Ocamltest_stdlib.Unix.has_symlinkDavid Allsopp2020-07-239-168/+95
* Remove incorrect stub in ocamltest_stdlib_stubs.cDavid Allsopp2020-07-211-3/+0
* Use Sys.mkdir in ocamltest instead of shell callDavid Allsopp2020-07-211-5/+9
* Build system: honour the CFLAGS and CPPFLAGS build variablesSébastien Hinderer2020-08-061-1/+1
* Return tests in alphabetical orderDavid Allsopp2020-07-271-2/+4
* Merge pull request #9808 from dra27/ocamltest-toplevelDavid Allsopp2020-07-291-75/+72
|\
| * Fix running toplevel tests in ocamltestDavid Allsopp2020-07-281-75/+72
* | Lock channels before doing I/OStephen Dolan2020-07-271-0/+2
|/
* ocamltest: fix include native dynlink (#9791)Nicolás Ojeda Bär2020-07-231-32/+36
* Fix memory leakAntonin Décimo2020-07-171-0/+2
* ocamltest: show failing logs (#9696)Nicolás Ojeda Bär2020-06-235-19/+50
* ocamltest: do not compare binaries produced by ocamlopt.opt and ocamlopt.byte...Nicolás Ojeda Bär2020-06-233-34/+14
* ocamltest: add the "naked_pointers" actionXavier Leroy2020-06-224-0/+13
* Add the $(EXE) suffix to all programs at build rather than install timeSébastien Hinderer2020-06-182-12/+22
* ocamltest: improve the way executable file extension is determinedSébastien Hinderer2020-06-185-4/+9
* Merge pull request #9285 from dra27/simplify-mkexeSébastien Hinderer2020-06-082-76/+73
|\
| * Eliminate MKEXE_ANSI from build systemDavid Allsopp2020-06-061-2/+1
| * Share generation code between ocamltest and utilsDavid Allsopp2020-06-062-74/+72
* | check-typoNicolás Ojeda Bär2020-06-081-2/+4
* | ocamltest: do not overwrite user-defined variablesNicolás Ojeda Bär2020-06-055-12/+29
|/
* Add new flag for non-elevated symbolic links and test for Developer Mode on W...Manuel Hornung2020-05-291-0/+38
* TyposNicolás Ojeda Bär2020-05-273-4/+4
* Hide references in Options implementationNicolás Ojeda Bär2020-05-273-17/+22
* Remove unneeded Sys.chdirNicolás Ojeda Bär2020-05-271-5/+0
* Use with_{input,output}_fileNicolás Ojeda Bär2020-05-273-62/+41
* Use Sys.{win32,...} instead Sys.os_typeNicolás Ojeda Bär2020-05-277-15/+10
* Use Filename.quote_commandNicolás Ojeda Bär2020-05-273-5/+6
* stop passing the constant ocamlsrcdir to each functionNicolás Ojeda Bär2020-05-2716-210/+202
* Use List.find_map (#9589)Nicolás Ojeda Bär2020-05-211-1/+1
* please check-typo despite all the sandGabriel Scherer2020-05-181-4/+9
* fix 'dune build @libs' after #9257Gabriel Scherer2020-05-061-1/+1
* ocamltest/Makefile: do not depend on UNIX_OR_WIN32 for 'clean'Gabriel Scherer2020-05-061-4/+12
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+0
* fix the dune buildGabriel Scherer2020-05-031-2/+4
* Cease committing C dependendency informationDavid Allsopp2020-04-172-25/+9
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-2/+2
* Rewrite the instrumented runtime to store traces in the CTF format.Enguerrand Decorne2020-04-304-0/+13
* last commit before branching 4.11Damien Doligez2020-04-221-19/+17
* Merge pull request #9480 from xavierleroy/print-pid_tDavid Allsopp2020-04-211-5/+5
|\
| * Cast `getpid()` to `long long` before printingXavier Leroy2020-04-201-5/+5
* | Use Filename.quote_command (#9476)Nicolás Ojeda Bär2020-04-203-10/+11
|/
* Ensure make distclean works on an unconfigured treeDavid Allsopp2019-10-151-2/+4
* Allow make to be invoked before configureDavid Allsopp2018-12-041-2/+2
* ocamltest: opt-in -keep-test-dir-on-success to keep test data on successGabriel Scherer2020-04-023-6/+21
* ocamltest: collect 'summary' information on whether a failure happenedGabriel Scherer2020-04-021-9/+29
* fix Makefile dependencies of ocamltestGabriel Scherer2020-01-061-7/+12
* ocamltest: draft of reference manual (tutorial section)Sébastien Hinderer2019-11-282-0/+755