Skip to content

Commit

Permalink
publish EncodePositionForNN test results on appveyor (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
borg323 authored Sep 3, 2018
1 parent 7526910 commit 8545297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,6 @@ if get_option('gtest') and gtest.found()
test('EncodePositionForNN',
executable('encoder_test', 'src/neural/encoder_test.cc',
files, include_directories: includes, dependencies: test_deps
), timeout: 90)
), args: '--gtest_output=xml:encoder.xml', timeout: 90)

endif

0 comments on commit 8545297

Please sign in to comment.