ligo/test
Grégoire Henry 370112f9b8 Makefile: simplify the compilation process.
This patch is co-authored with: cagdas.bozman@ocamlpro.com

With this patch the economic protocol is now compiled as as
"functor-pack", parameterized over the environment. This will ease the
protocol reusability outside of the tezos source tree (e.g. for a
michelson Web IDE) and will allow proper unit testing of the economic
protocol.

This functorization allows to break the dependency of the
'tezos-protocol-compiler' on various '.mli' of the node, and hence
we don't need anymore the unusual compilation schema:

  a.mli -> b.mli -> b.ml -> a.ml

where 'A' is linked after 'B' but 'a.mli' should still be compiled
before 'b.mli'. This will simplify a switch to 'ocp-build' or 'jbuiler'.
2017-10-11 13:44:09 +00:00
..
contracts Michelson: adds key_hash type 2017-09-22 15:17:45 +02:00
lib Michelson: improvements to bash test procedures 2017-09-22 11:44:19 +02:00
p2p Makefile: simplify the compilation process. 2017-10-11 13:44:09 +00:00
proto_alpha Makefile: simplify the compilation process. 2017-10-11 13:44:09 +00:00
shell Makefile: simplify the compilation process. 2017-10-11 13:44:09 +00:00
utils Utils: fix Utils.take_n in presence of duplicates 2017-08-22 22:07:29 +02:00
Makefile Testing: Tests multiple nodes 2017-08-11 13:01:46 +00:00
Makefile.shared Makefile: simplify the compilation process. 2017-10-11 13:44:09 +00:00
sandbox.json Minor timing fix in the testsuite. 2017-03-03 18:20:38 +01:00
test_basic.sh Scripts/Test: more shared scripts... 2017-08-29 14:10:40 +02:00
test_contracts.sh Michelson: adds key_hash type 2017-09-22 15:17:45 +02:00
test_multinode.sh Tests: increase timeouts in case the CI is too slow 2017-09-29 10:44:30 +02:00
test_utils.sh Michelson: new parser and macro expander. 2017-09-21 15:55:39 +02:00