Add make eqc_mini_run and eqc_run instructions to README
This commit is contained in:
parent
43835abafe
commit
bd80d1d79d
2
.eqc_ci
2
.eqc_ci
@ -1,2 +0,0 @@
|
|||||||
{build, "make eqc_compile"}.
|
|
||||||
{test_path, "_build/default/lib/enacl/ebin"}.
|
|
@ -1,34 +0,0 @@
|
|||||||
This file is an agreement between Quviq AB ("Quviq"), Sven Hultins
|
|
||||||
Gata 9, Gothenburg, Sweden, and the committers to the github
|
|
||||||
repository in which the file appears ("the owner"). By placing this
|
|
||||||
file in a github repository, the owner agrees to the terms below.
|
|
||||||
|
|
||||||
The purpose of the agreement is to enable Quviq AB to provide a
|
|
||||||
continuous integration service to the owner, whereby the code in the
|
|
||||||
repository ("the source code") is tested using Quviq's test tools, and
|
|
||||||
the test results are made available on the web. The test results
|
|
||||||
include test output, generated test cases, and a copy of the source
|
|
||||||
code in the repository annotated with coverage information ("the test
|
|
||||||
results").
|
|
||||||
|
|
||||||
The owner agrees that Quviq may run the tests in the source code and
|
|
||||||
display the test results on the web, without obligation.
|
|
||||||
|
|
||||||
The owner warrants that running the tests in the source code and
|
|
||||||
displaying the test results on the web violates no laws, licences or other
|
|
||||||
agreements. In the event of such a violation, the owner accepts full
|
|
||||||
responsibility.
|
|
||||||
|
|
||||||
The owner warrants that the source code is not malicious, and will not
|
|
||||||
mount an attack on either Quviq's server or any other server--for
|
|
||||||
example by taking part in a denial of service attack, or by attempting
|
|
||||||
to send unsolicited emails.
|
|
||||||
|
|
||||||
The owner warrants that the source code does not attempt to reverse
|
|
||||||
engineer Quviq's code.
|
|
||||||
|
|
||||||
Quviq reserves the right to exclude repositories that break this
|
|
||||||
agreement from its continuous integration service.
|
|
||||||
|
|
||||||
Any dispute arising from the use of Quviq's service will be resolved
|
|
||||||
under Swedish law.
|
|
@ -30,6 +30,14 @@ or
|
|||||||
|
|
||||||
rebar compile
|
rebar compile
|
||||||
|
|
||||||
|
To build and run licensed eqc test execute:
|
||||||
|
|
||||||
|
make eqc_run
|
||||||
|
|
||||||
|
To build and run eqc-mini version of test execute:
|
||||||
|
|
||||||
|
make eqc_mini_run
|
||||||
|
|
||||||
## Features:
|
## Features:
|
||||||
|
|
||||||
* Complete NaCl library, implementing all default functionality.
|
* Complete NaCl library, implementing all default functionality.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user