index
:
adrien/ocaml
mantis-6773-separate-build-of-ocamldoc-ocamlbuild-ocamldebug-v2
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
makefiles
/
Makefile.one
Age
Commit message (
Expand
)
Author
2013-12-03
make the testsuite work on cygwin-64, where dynamic linking is not yet available
Damien Doligez
2013-05-17
testsuite: making it work without installing OCaml (continued)
Damien Doligez
2013-05-16
testsuite: continue making it work without installing OCaml; also make it ind...
Damien Doligez
2013-05-16
testsuite: allow testing without installing (continued)
Damien Doligez
2013-05-14
testsuite: simplification of the BYTECODE_ONLY macro
Damien Doligez
2013-05-14
testsuite: more cleanup of the makefiles
Damien Doligez
2013-05-07
porting to MSVC64; some cleanup; ignore .obj and .lib files
Damien Doligez
2013-05-03
testsuite: general cleanup of makefiles
Damien Doligez
2013-01-03
PR#5712: (6) document OCAMLRUNPARAM flag R
Damien Doligez
2012-10-17
whitespace, non-ascii chars, some missing headers
Damien Doligez
2012-10-15
remove all $Id keywords
Damien Doligez
2012-07-27
merge changes from 4.00 branching to 4.00.0 (part 2: testsuite)
Damien Doligez
2012-06-27
PR#5661: fixes for the test suite
Damien Doligez
2012-01-18
PR#5199: tests are run only for bytecode if either native support is missing,
Xavier Clerc
2011-12-28
Somewhat related to PR#5179: replace "diff -q" with "$(DIFF)" so that under W...
Xavier Leroy
2011-06-15
testsuite: added a "promote" target copying actual results to waited referenc...
Xavier Clerc
2010-05-04
Undefined variables preferred to empty ones in Makefiles.
Xavier Clerc
2010-05-04
GNUmake-specific 'patsubst' constructions replaced with make-agnostic variabl...
Xavier Clerc
2010-05-03
Makefile conditionals replaced with shell conditionals for improved portability
Xavier Clerc
2010-03-17
'echo -n' replaced with 'printf' for better portability.
Xavier Clerc
2010-01-25
Infrastructure for test suite.
Xavier Clerc