aboutsummaryrefslogtreecommitdiff
path: root/src/stasis_main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-15 14:21:53 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-15 14:24:42 -0400
commite12887af230bd4a4789379ac03f3f819e8644cf9 (patch)
tree7936556329cc38a2f5944f4642d492d55de17c3f /src/stasis_main.c
parent5943ac7ac8bdf989956be98a7b131a5eec02b6b0 (diff)
downloadstasis-e12887af230bd4a4789379ac03f3f819e8644cf9.tar.gz
Add two template convenience functions
* get_junitxml_result_auto() * get_basetemp_result_auto()
Diffstat (limited to 'src/stasis_main.c')
-rw-r--r--src/stasis_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stasis_main.c b/src/stasis_main.c
index 4c47672..3ca628d 100644
--- a/src/stasis_main.c
+++ b/src/stasis_main.c
@@ -328,6 +328,8 @@ int main(int argc, char *argv[]) {
// Prototypes can be found in template_func_proto.h
tpl_register_func("get_github_release_notes", &get_github_release_notes_tplfunc_entrypoint, 3, NULL);
tpl_register_func("get_github_release_notes_auto", &get_github_release_notes_auto_tplfunc_entrypoint, 1, &ctx);
+ tpl_register_func("get_junitxml_result_auto", &get_junitxml_result_auto_entrypoint, 1, &ctx);
+ tpl_register_func("get_basetemp_result_auto", &get_basetemp_result_auto_entrypoint, 1, &ctx);
// Set up PREFIX/etc directory information
// The user may manipulate the base directory path with STASIS_SYSCONFDIR