diff --git a/test-data/generator/README.adoc b/test-data/generator/README.adoc new file mode 100644 index 0000000..74616e9 --- /dev/null +++ b/test-data/generator/README.adoc @@ -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 +----