Skip to content

Commit a268b76

Browse files
committed
Complete documentation for end to end tests
1 parent d05fdd0 commit a268b76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mithril-test-lab/mithril-end-to-end/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
# Download sources from github
1818
git clone https://github.com/input-output-hk/mithril
1919

20+
# Build nodes
21+
make -C mithril-aggregator build
22+
make -C mithril-signer build
23+
make -C mithril-client-cli build
24+
2025
# Go to sources directory
2126
cd mithril-test-lab/mithril-end-to-end
2227
```
@@ -31,7 +36,7 @@ make build
3136
./mithril-end-to-end --help
3237

3338
# Run
34-
./mithril-end-to-end -vvv --db-directory db/ --bin-directory ../../target/release
39+
./mithril-end-to-end -vvv --work-directory db/ --bin-directory ../../target/release --devnet-scripts-directory=../mithril-devnet
3540
```
3641

3742
To run `mithril-end-to-end` command, you must first compile the Mithril nodes:

0 commit comments

Comments
 (0)