ソースを参照

Unit test call fixed

Sergey Lyubka 12 年 前
コミット
7ed94d1918
1 ファイル変更1 行追加1 行削除
  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!");
 }