Skip to content

Commit

Permalink
Mention vm_tester in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Jul 25, 2018
1 parent 8005a18 commit 760679c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -92,6 +92,10 @@ Username matches: `smondet`
- The file
[`src/examples/downloader.ml`](https://github.com/hammerlab/genspio/blob/master/src/examples/downloader.ml)
contains a (much) bigger example.
- The file
[`src/examples/vm_tester.ml`](https://github.com/hammerlab/genspio/blob/master/src/examples/vm_tester.ml)
is a *“Makefile + scripts”* generator to setup Qemu virtual machines, they can
be for instance used to run the tests on more exotic platforms.
- The project
[`hammerlab/secotrec`](https://github.com/hammerlab/secotrec) is a real-world,
larger-scale use of Genspio (for now using version 0.0.0).
Expand Down
2 changes: 2 additions & 0 deletions doc/extra-testing.md
Expand Up @@ -77,3 +77,5 @@ qemu_openwrt_depedencies () {
```

You may just run the tests as above.

Note that this setup is also handled by the `vm_tests` example.

0 comments on commit 760679c

Please sign in to comment.