Add readme for test data generator
This commit is contained in:
parent
34229d7984
commit
935b5723f3
18
test-data/generator/README.adoc
Normal file
18
test-data/generator/README.adoc
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
= test-data generator
|
||||||
|
|
||||||
|
This code generates output based on the S2 C++ library
|
||||||
|
|
||||||
|
[source,sh]
|
||||||
|
----
|
||||||
|
podman build -t s2-test-container .
|
||||||
|
podman run --rm -it -v "${PWD}:/Source/src" s2-test-container
|
||||||
|
----
|
||||||
|
|
||||||
|
In the container:
|
||||||
|
|
||||||
|
[source,sh]
|
||||||
|
----
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
make -j4
|
||||||
|
----
|
Loading…
Reference in New Issue
Block a user