adding quickfix
This commit is contained in:
10
quickfix/_test/atfixturerun.rb
Normal file
10
quickfix/_test/atfixturerun.rb
Normal file
@ -0,0 +1,10 @@
|
||||
$kidpid = fork;
|
||||
|
||||
if($kidpid == 0) {
|
||||
chdir("..");
|
||||
exec("debug/quickfix -t server -f cfg/at_server_test.cfg");
|
||||
}
|
||||
sleep(6000);
|
||||
`bash -c "./runall"`;
|
||||
|
||||
kill($kidpid);
|
||||
Reference in New Issue
Block a user