Skip to content
Snippets Groups Projects

RCG: Add automated tests for building, installing and running models.

Merged Erik von Reis requested to merge erik.vonreis/advligorts:model_build_tests into master
10 files
+ 7842
360
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -13,9 +13,9 @@ sub printHeaderStruct {
print ::OUTH "\tdouble $::xpartName[$i];\n";
print ::OUTH "\tint $::xpartName[$i]\_TRAMP;\n";
print ::OUTH "\tint $::xpartName[$i]\_RMON;\n";
$here = <<END
\tchar $::xpartName[$i]_mask;\n
\tchar $::xpartName[$i]_TRAMP_mask;\n
my $here = <<"END";
char $::xpartName[$i]_mask;
char $::xpartName[$i]_TRAMP_mask;
END
return $here;
}
Loading