packages feed

zeolite-lang-0.16.0.0: tests/templates/README.md

# Template Generation Test

This module tests `--templates` mode for generating `.cpp` templates.

To compile and execute:

```shell
ZEOLITE_PATH=$(zeolite --get-path)
rm -f $ZEOLITE_PATH/tests/templates/Extension_*.cpp  # Remove the old templates.
zeolite -p $ZEOLITE_PATH --templates tests/templates # Create a new template.
zeolite -p $ZEOLITE_PATH -r tests/templates          # Recompile.
zeolite -p $ZEOLITE_PATH -t tests/templates          # Run the test.
```

The most important step above is to delete the *old* template first.