diff options
Diffstat (limited to 'test/decoders/rtp/conf/spec.toml')
| -rw-r--r-- | test/decoders/rtp/conf/spec.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/decoders/rtp/conf/spec.toml b/test/decoders/rtp/conf/spec.toml new file mode 100644 index 0000000..1360252 --- /dev/null +++ b/test/decoders/rtp/conf/spec.toml @@ -0,0 +1,11 @@ +# stellar_plugin.toml +# +[[module]] +path = "" +init = "rtp_init" +exit = "rtp_exit" + +[[module]] +path = "" +init = "rtp_test_init" +exit = "rtp_test_exit" |
