mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Unit test call fixed
This commit is contained in:
parent
dc513a9a15
commit
7ed94d1918
@ -456,7 +456,7 @@ sub do_PUT_test {
|
||||
}
|
||||
|
||||
sub do_unit_test {
|
||||
my $target = on_windows() ? 'windows_unit_test' : 'unix_unit_test';
|
||||
my $target = on_windows() ? 'w' : 'u';
|
||||
system("make $target") == 0 or fail("Unit test failed!");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user