Cmake:
- adapted makefile and unit tests to new place of test dir
This commit is contained in:
@@ -52,13 +52,13 @@ if (open my $fh, '>', 'hook')
|
||||
ok (-r 'hook', 'Created hook');
|
||||
}
|
||||
|
||||
my $output = qx{../task rc:hook.rc version};
|
||||
my $output = qx{../src/task rc:hook.rc version};
|
||||
if ($output =~ /PUC-Rio/)
|
||||
{
|
||||
qx{../task rc:hook.rc add foo};
|
||||
qx{../src/task rc:hook.rc add foo};
|
||||
diag ("1 second delay");
|
||||
sleep 1;
|
||||
$output = qx{../task rc:hook.rc list};
|
||||
$output = qx{../src/task rc:hook.rc list};
|
||||
|
||||
like ($output, qr/<\ds>/, 'format-age_compact hook age -> <age>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user