Cmake:
- adapted makefile and unit tests to new place of test dir
This commit is contained in:
@@ -51,11 +51,11 @@ 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 project:bar};
|
||||
$output = qx{../task rc:hook.rc list};
|
||||
qx{../src/task rc:hook.rc add foo project:bar};
|
||||
$output = qx{../src/task rc:hook.rc list};
|
||||
|
||||
like ($output, qr/<bar>/, 'format-project hook project -> <project>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user