README: document nit_env.sh
[nit.git] / contrib / nitester /
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib: introduce .ini for projects maintained by...
2015-06-12 Jean Privatnittester: use new compiler engine names (`nitc*`)
2015-04-09 Jean Privatcontrib/nitester: no more free to call
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-15 Alexis Laferrièrecontrib/nitester: sort tests per engine first
2014-12-15 Alexis Laferrièrecontrib/nitester: tweak verbose level of some messages
2014-12-15 Alexis Laferrièrecontrib/nitester: in verbose mode, each worker prints...
2014-12-15 Alexis Laferrièrenitester & wrapper: compile nit and nitvm on the contro...
2014-12-13 Jean PrivatMerge: Raise nitc from the dead
2014-12-12 Alexis Laferrièrecontrib/nitester: each worker us its own copy of the...
2014-12-12 Alexis Laferrièrecontrib/nitester: use turing skip list
2014-12-12 Alexis Laferrièrecontrib/nitester: each Processor know its rank
2014-12-11 Jean Privatcontrib&examples: Makefiles use nitc instead of nitg
2014-11-07 Alexis Laferrièrenitester: fix bug where nodes worked on one more task...
2014-11-07 Alexis Laferrièrenitester: support todo and skip exec test results
2014-11-07 Alexis Laferrièrenitester: order tasks per test before engine for a...
2014-11-07 Alexis Laferrièrenitester: set packet size to a single test
2014-11-07 Alexis Laferrièrenitester: do not use nit copy dir, it doesn't affect...
2014-11-07 Alexis Laferrièrenitester: do not use -j1 because it is not recognised...
2014-11-07 Alexis Laferrièrenitester: keep Jenkin's xml files in a common directory
2014-10-08 Alexis Laferrièrecontrib: intro nitester, a tester of Nit engines using MPI