Skip to content

Commit 8605dbf

Browse files
committed
[Project] Add sub-vec test into test scripts
1 parent 3b5cd9f commit 8605dbf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/run_tests_all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
./cubool/tests/test_vector_element
1515
./cubool/tests/test_vector_ewiseadd
1616
./cubool/tests/test_vector_mxv
17-
./cubool/tests/test_vector_vxm
17+
./cubool/tests/test_vector_vxm
18+
./cubool/tests/test_vector_sub_vector

scripts/run_tests_fallback.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
./cubool/tests/test_vector_ewiseadd --gtest_filter=*.*Fallback
1616
./cubool/tests/test_vector_mxv --gtest_filter=*.*Fallback
1717
./cubool/tests/test_vector_vxm --gtest_filter=*.*Fallback
18+
./cubool/tests/test_vector_sub_vector --gtest_filter=*.*Fallback

0 commit comments

Comments
 (0)