Browse Source

Unit test call fixed

Sergey Lyubka 12 năm trước cách đây
mục cha
commit
7ed94d1918
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/test.pl

+ 1 - 1
test/test.pl

@@ -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!");
 }