this_algorithm/test-data/generator
2023-02-28 09:36:36 -05:00
..
CMakeLists.txt Start work on c++ test data generator 2023-02-22 18:41:45 -05:00
Dockerfile Update tests and implementation 2023-02-24 00:31:32 -05:00
generate.cpp Cleanup justfile and fix tests 2023-02-28 09:36:36 -05:00
README.adoc Add readme for test data generator 2023-02-24 00:32:53 -05:00

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