From e92171d543819c0ef821e552673cf53c1f58dbc5 Mon Sep 17 00:00:00 2001
From: Cristian Galperti <cristian.galperti@epfl.ch>
Date: Tue, 24 Sep 2019 15:32:01 +0200
Subject: [PATCH] expcode, git hash and log in the .so via confSet

---
 test/simulink_codegen_tests/export_shrlib_def_scd.tlc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/simulink_codegen_tests/export_shrlib_def_scd.tlc b/test/simulink_codegen_tests/export_shrlib_def_scd.tlc
index 4111b8a..e5c2fd2 100644
--- a/test/simulink_codegen_tests/export_shrlib_def_scd.tlc
+++ b/test/simulink_codegen_tests/export_shrlib_def_scd.tlc
@@ -198,6 +198,7 @@ global:
 %if FEVAL("isunix")==TLC_TRUE && FEVAL("ismac")==TLC_FALSE
 %<Name>;
 %<Name>_GetCAPImmi;
+%<Name>_GetAlgoInfo;
 mydef;
 local:
 		*;
-- 
GitLab