Files
source/S/tests--src--filemanager--exec_get_export_variables_ext.c.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

175 lines
25 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>tests/src/filemanager/exec_get_export_variables_ext.c</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<!-- beginning of fixed guide -->
<div id='guide'><ul>
<li><a href='#L42'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L112'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
<li class='standout'><span><a href='../files/tests.html'>tests</a>/<a href='../files/tests--src.html'>src</a>/<a href='../files/tests--src--filemanager.html'>filemanager</a>/exec_get_export_variables_ext.c</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/tests.html'>tests</a>/<a href='../files/tests--src.html'>src</a>/<a href='../files/tests--src--filemanager.html'>filemanager</a>/exec_get_export_variables_ext.c</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L112'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 tests/src/filemanager/exec_get_export_variables_ext.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L42' title='Defined at 42.'>setup</a></li>
<li><a href='#L59' title='Defined at 59.'>teardown</a></li>
<li><a href='#L67' title='Defined at 67.'>START_TEST</a></li>
<li><a href='#L112' title='Defined at 112.'>main</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> src/filemanager - filemanager functions</em>
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 2011-2025</em>
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
<a id='L7' name='L7'></a> 7 <em class='comment'> Written by:</em>
<a id='L8' name='L8'></a> 8 <em class='comment'> Slava Zanko &lt;slavazanko@gmail.com&gt;, 2011, 2013</em>
<a id='L9' name='L9'></a> 9 <em class='comment'></em>
<a id='L10' name='L10'></a> 10 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L11' name='L11'></a> 11 <em class='comment'></em>
<a id='L12' name='L12'></a> 12 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L13' name='L13'></a> 13 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L14' name='L14'></a> 14 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L15' name='L15'></a> 15 <em class='comment'> or (at your option) any later version.</em>
<a id='L16' name='L16'></a> 16 <em class='comment'></em>
<a id='L17' name='L17'></a> 17 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L18' name='L18'></a> 18 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L19' name='L19'></a> 19 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> GNU General Public License for more details.</em>
<a id='L21' name='L21'></a> 21 <em class='comment'></em>
<a id='L22' name='L22'></a> 22 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L23' name='L23'></a> 23 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L24' name='L24'></a> 24 <em class='comment'> */</em>
<a id='L25' name='L25'></a> 25
<a id='L26' name='L26'></a> 26 <em class='sharp'>#define</em> <a href='../S/tests--mctest.h.html#L91' title='Referred from 91 in tests/mctest.h.'>TEST_SUITE_NAME</a> "/src/filemanager"
<a id='L27' name='L27'></a> 27
<a id='L28' name='L28'></a> 28 <em class='sharp'>#include</em> "<a href='tests--mctest.h.html'>tests/mctest.h</a>"
<a id='L29' name='L29'></a> 29
<a id='L30' name='L30'></a> 30 <em class='sharp'>#include</em> "<a href='lib--file-entry.h.html'>lib/file-entry.h</a>"
<a id='L31' name='L31'></a> 31
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> "src/vfs/local/local.c"
<a id='L33' name='L33'></a> 33
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> "src/filemanager/ext.c"
<a id='L35' name='L35'></a> 35
<a id='L36' name='L36'></a> 36 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L37' name='L37'></a> 37 <em class='comment'>/* mocked functions */</em>
<a id='L38' name='L38'></a> 38
<a id='L39' name='L39'></a> 39 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L40' name='L40'></a> 40
<a id='L41' name='L41'></a> 41 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L42' name='L42'></a> 42 <a href='../R/setup.html' title='Multiple referred from 38 places.'>setup</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L59'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L112'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+42 tests/src/filemanager/exec_get_export_variables_ext.c' /> */</em>
<a id='L43' name='L43'></a> 43 <em class='brace'>{</em>
<a id='L44' name='L44'></a> 44 <a href='../S/lib--strutil--strutil.c.html#L401' title='Defined at 401 in lib/strutil/strutil.c.'>str_init_strings</a> (<a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L45' name='L45'></a> 45
<a id='L46' name='L46'></a> 46 <a href='../S/lib--vfs--vfs.c.html#L451' title='Defined at 451 in lib/vfs/vfs.c.'>vfs_init</a> ();
<a id='L47' name='L47'></a> 47 <a href='../S/src--vfs--local--local.c.html#L490' title='Defined at 490 in src/vfs/local/local.c.'>vfs_init_localfs</a> ();
<a id='L48' name='L48'></a> 48 <a href='../S/lib--vfs--vfs.c.html#L467' title='Defined at 467 in lib/vfs/vfs.c.'>vfs_setup_work_dir</a> ();
<a id='L49' name='L49'></a> 49
<a id='L50' name='L50'></a> 50 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/mc_run_mode.html' title='Multiple used in 37 places.'>mc_run_mode</a> = <a href='../S/lib--global.h.html#L106' title='Defined at 106 in lib/global.h.'>MC_RUN_FULL</a>;
<a id='L51' name='L51'></a> 51 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../S/src--filemanager--panel.h.html#L142' title='Defined at 142 in src/filemanager/panel.h.'>WPanel</a>, 1);
<a id='L52' name='L52'></a> 52 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/cwd_vpath.html' title='Multiple used in 133 places.'>cwd_vpath</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> ("/home");
<a id='L53' name='L53'></a> 53 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = <a href='../S/src--filemanager--dir.h.html#L17' title='Defined at 17 in src/filemanager/dir.h.'>DIR_LIST_MIN_SIZE</a>;
<a id='L54' name='L54'></a> 54 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../S/lib--file-entry.h.html#L39' title='Defined at 39 in lib/file-entry.h.'>file_entry_t</a>, <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L55' name='L55'></a> 55 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 0;
<a id='L56' name='L56'></a> 56 <em class='brace'>}</em>
<a id='L57' name='L57'></a> 57
<a id='L58' name='L58'></a> 58 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L59' name='L59'></a> 59 <a href='../R/teardown.html' title='Multiple referred from 37 places.'>teardown</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L42'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L67'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L112'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+59 tests/src/filemanager/exec_get_export_variables_ext.c' /> */</em>
<a id='L60' name='L60'></a> 60 <em class='brace'>{</em>
<a id='L61' name='L61'></a> 61 <a href='../S/lib--vfs--vfs.c.html#L483' title='Defined at 483 in lib/vfs/vfs.c.'>vfs_shut</a> ();
<a id='L62' name='L62'></a> 62 <a href='../S/lib--strutil--strutil.c.html#L432' title='Defined at 432 in lib/strutil/strutil.c.'>str_uninit_strings</a> ();
<a id='L63' name='L63'></a> 63 <em class='brace'>}</em>
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L66' name='L66'></a> 66
<a id='L67' name='L67'></a> 67 <a href='../S/tests--mctest.h.html#L63' title='Referred from 63 in tests/mctest.h.'>START_TEST</a> (<a href='../Y/sanitize_variables.html' title='Multiple used in 2 places.'>sanitize_variables</a>)
<em class='comment'>/* <a href='#L59'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L112'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L112'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+67 tests/src/filemanager/exec_get_export_variables_ext.c' /> */</em>
<a id='L68' name='L68'></a> 68 <em class='brace'>{</em>
<a id='L69' name='L69'></a> 69 <em class='comment'>// given</em>
<a id='L70' name='L70'></a> 70 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>;
<a id='L71' name='L71'></a> 71 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/actual_string.html' title='Multiple used in 17 places.'>actual_string</a>;
<a id='L72' name='L72'></a> 72 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/expected_string.html' title='Multiple used in 11 places.'>expected_string</a>;
<a id='L73' name='L73'></a> 73
<a id='L74' name='L74'></a> 74 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = 0;
<a id='L75' name='L75'></a> 75 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 3;
<a id='L76' name='L76'></a> 76 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[0].<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../Y/g_string_new.html' title='Multiple used in 67 places.'>g_string_new</a> ("selected file.txt");
<a id='L77' name='L77'></a> 77 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[1].<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../Y/g_string_new.html' title='Multiple used in 67 places.'>g_string_new</a> ("tagged file1.txt");
<a id='L78' name='L78'></a> 78 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[1].<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> = 1;
<a id='L79' name='L79'></a> 79 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[2].<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../Y/g_string_new.html' title='Multiple used in 67 places.'>g_string_new</a> ("tagged file2.txt");
<a id='L80' name='L80'></a> 80 <a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[2].<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>.<a href='../Y/marked.html' title='Multiple used in 99 places.'>marked</a> = 1;
<a id='L81' name='L81'></a> 81
<a id='L82' name='L82'></a> 82 <em class='comment'>// when</em>
<a id='L83' name='L83'></a> 83 <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> ("/tmp/blabla.txt");
<a id='L84' name='L84'></a> 84 <a href='../Y/actual_string.html' title='Multiple used in 17 places.'>actual_string</a> = <a href='../S/src--filemanager--ext.c.html#L185' title='Defined at 185 in src/filemanager/ext.c.'>exec_get_export_variables</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L85' name='L85'></a> 85 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L86' name='L86'></a> 86
<a id='L87' name='L87'></a> 87 <em class='comment'>// then</em>
<a id='L88' name='L88'></a> 88 <a href='../Y/expected_string.html' title='Multiple used in 11 places.'>expected_string</a> = "\
<a id='L89' name='L89'></a> 89 MC_EXT_FILENAME=/tmp/blabla.txt\n\
<a id='L90' name='L90'></a> 90 export MC_EXT_FILENAME\n\
<a id='L91' name='L91'></a> 91 MC_EXT_BASENAME=selected\\ file.txt\n\
<a id='L92' name='L92'></a> 92 export MC_EXT_BASENAME\n\
<a id='L93' name='L93'></a> 93 MC_EXT_CURRENTDIR=/home\n\
<a id='L94' name='L94'></a> 94 export MC_EXT_CURRENTDIR\n\
<a id='L95' name='L95'></a> 95 MC_EXT_SELECTED=\"selected\\ file.txt\"\n\
<a id='L96' name='L96'></a> 96 export MC_EXT_SELECTED\n\
<a id='L97' name='L97'></a> 97 MC_EXT_ONLYTAGGED=\"tagged\\ file1.txt tagged\\ file2.txt \"\n\
<a id='L98' name='L98'></a> 98 export MC_EXT_ONLYTAGGED\n";
<a id='L99' name='L99'></a> 99
<a id='L100' name='L100'></a> 100 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/actual_string.html' title='Multiple used in 17 places.'>actual_string</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, <a href='../Y/expected_string.html' title='Multiple used in 11 places.'>expected_string</a>);
<a id='L101' name='L101'></a> 101
<a id='L102' name='L102'></a> 102 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/actual_string.html' title='Multiple used in 17 places.'>actual_string</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L103' name='L103'></a> 103 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[0].<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L104' name='L104'></a> 104 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[1].<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L105' name='L105'></a> 105 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a>-&gt;<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>.<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>[2].<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L106' name='L106'></a> 106 <em class='brace'>}</em>
<a id='L107' name='L107'></a> 107 <a href='../Y/END_TEST.html' title='Multiple used in 53 places.'>END_TEST</a>
<a id='L108' name='L108'></a> 108
<a id='L109' name='L109'></a> 109 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L110' name='L110'></a> 110
<a id='L111' name='L111'></a> 111 <strong class='reserved'>int</strong>
<a id='L112' name='L112'></a> 112 main (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L67'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+112 tests/src/filemanager/exec_get_export_variables_ext.c' /> */</em>
<a id='L113' name='L113'></a> 113 <em class='brace'>{</em>
<a id='L114' name='L114'></a> 114 <a href='../Y/TCase.html' title='Multiple used in 64 places.'>TCase</a> *<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>;
<a id='L115' name='L115'></a> 115
<a id='L116' name='L116'></a> 116 <a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a> = <a href='../Y/tcase_create.html' title='Multiple used in 63 places.'>tcase_create</a> ("Core");
<a id='L117' name='L117'></a> 117
<a id='L118' name='L118'></a> 118 <a href='../Y/tcase_add_checked_fixture.html' title='Multiple used in 38 places.'>tcase_add_checked_fixture</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>, <a href='../D/setup.html' title='Multiple defined in 32 places.'>setup</a>, <a href='../D/teardown.html' title='Multiple defined in 33 places.'>teardown</a>);
<a id='L119' name='L119'></a> 119
<a id='L120' name='L120'></a> 120 <em class='comment'>// Add new tests here: ***************</em>
<a id='L121' name='L121'></a> 121 <a href='../Y/tcase_add_test.html' title='Multiple used in 46 places.'>tcase_add_test</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>, <a href='../Y/sanitize_variables.html' title='Multiple used in 2 places.'>sanitize_variables</a>);
<a id='L122' name='L122'></a> 122 <em class='comment'>// ***********************************</em>
<a id='L123' name='L123'></a> 123
<a id='L124' name='L124'></a> 124 <strong class='reserved'>return</strong> <a href='../S/tests--mctest.h.html#L85' title='Defined at 85 in tests/mctest.h.'>mctest_run_all</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>);
<a id='L125' name='L125'></a> 125 <em class='brace'>}</em>
<a id='L126' name='L126'></a> 126
<a id='L127' name='L127'></a> 127 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L112'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+127 tests/src/filemanager/exec_get_export_variables_ext.c' /> */</em>
</body>
</html>