We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5cd9f commit 8605dbfCopy full SHA for 8605dbf
scripts/run_tests_all.sh
@@ -14,4 +14,5 @@
14
./cubool/tests/test_vector_element
15
./cubool/tests/test_vector_ewiseadd
16
./cubool/tests/test_vector_mxv
17
-./cubool/tests/test_vector_vxm
+./cubool/tests/test_vector_vxm
18
+./cubool/tests/test_vector_sub_vector
scripts/run_tests_fallback.sh
@@ -15,3 +15,4 @@
./cubool/tests/test_vector_ewiseadd --gtest_filter=*.*Fallback
./cubool/tests/test_vector_mxv --gtest_filter=*.*Fallback
./cubool/tests/test_vector_vxm --gtest_filter=*.*Fallback
+./cubool/tests/test_vector_sub_vector --gtest_filter=*.*Fallback
0 commit comments