All contributed code should compile, pass lint checks, pass unit tests, and pass JSON examples.
bazel build :supersim :supersim_testbazel build :lintSimple:
bazel run :supersim_testWith memory check:
valgrind --leak-check=full --show-reachable=yes --track-fds=yes ./bazel-bin/supersim_testSimple:
./scripts/run_examples.pyWith memory check:
./scripts/run_examples.py -m