Skip to content

Commit

Permalink
Re-enable runtime ci checks (pytorch#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackm321 authored Mar 20, 2019
1 parent 03fd7fd commit b69105a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ add_output_check_test(NAME en2gr_quantization_test
COMMAND ${TEXT_TRANSLATOR_TESTS_DIR}/en2gr_quantization_test.sh
REQUIRES MODELS RELEASE)

# # Create an OutputCheck test to run resnet-runtime-test.
# add_output_check_test(NAME resnet_runtime_test
# COMMAND ${EXAMPLES_TESTS_DIR}/resnet-runtime-test.sh
# REQUIRES MODELS)

# # Create an OutputCheck test to run resnet-concurrent-test.
# add_output_check_test(NAME resnet_concurrent_test
# COMMAND ${EXAMPLES_TESTS_DIR}/resnet-concurrent-test.sh
# REQUIRES MODELS)
# Create an OutputCheck test to run resnet-runtime-test.
add_output_check_test(NAME resnet_runtime_test
COMMAND ${EXAMPLES_TESTS_DIR}/resnet-runtime-test.sh
REQUIRES MODELS)

# Create an OutputCheck test to run resnet-concurrent-test.
add_output_check_test(NAME resnet_concurrent_test
COMMAND ${EXAMPLES_TESTS_DIR}/resnet-concurrent-test.sh
REQUIRES MODELS)

# Create target for OUTPUTCHECK_TESTS.
LIST(APPEND OUTPUTCHECK_TESTS true)
Expand Down

0 comments on commit b69105a

Please sign in to comment.