Browse Source

Merge pull request #1376 from xoviat/patch-2

[appveyor] fix test directory
tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
adf4316f0e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@@ -59,5 +59,5 @@ build_script:

test_script:
- echo Running Test
- cd c:\projects\OpenBLAS\utest
- cd utest
- openblas_utest

Loading…
Cancel
Save