Add readme for test data generator

This commit is contained in:
Austen Adler 2023-02-24 00:32:53 -05:00
parent 34229d7984
commit 935b5723f3

View 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
----