1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
|
}
}
}
# Global code is only run the first time to be able to reread source
if { ! [info exists ::eskil(gurkmeja)]} {
set ::eskil(gurkmeja) 1
package require pstools
namespace import -force pstools::*
getOptions
if { ! [info exists ::eskil_testsuite]} {
InitSourceEarly
parseCommandLine
|
>
|
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
|
}
}
}
# Global code is only run the first time to be able to reread source
if { ! [info exists ::eskil(gurkmeja)]} {
set ::eskil(gurkmeja) 1
set ::eskil(plugins) {}
package require pstools
namespace import -force pstools::*
getOptions
if { ! [info exists ::eskil_testsuite]} {
InitSourceEarly
parseCommandLine
|