Skip to content

Commit

Permalink
Add executables for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bili2002 committed Jan 19, 2024
1 parent dbcbeaf commit 790c5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testMy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make -j 8 && ./onnxruntime_test_all --gtest_filter="InferenceSessionTests.Bench*"
1 change: 1 addition & 0 deletions tests/testOther.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make -j 8 && ./onnxruntime_test_all --gtest_filter="MLOpTest.*"

0 comments on commit 790c5c1

Please sign in to comment.