Updated ci tests to run all
This commit is contained in:
parent
47f48b99bf
commit
37e41161d1
2 changed files with 1 additions and 14 deletions
2
.github/workflows/cpp_tests.yml
vendored
2
.github/workflows/cpp_tests.yml
vendored
|
|
@ -30,5 +30,5 @@ jobs:
|
|||
- name: test-cpp
|
||||
run: |
|
||||
export VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json
|
||||
make mk_run_tests_cpu_only
|
||||
make mk_run_tests
|
||||
|
||||
|
|
|
|||
13
Makefile
13
Makefile
|
|
@ -100,19 +100,6 @@ mk_build_swiftshader_library:
|
|||
mk_run_tests_cpu: export VK_ICD_FILENAMES=$(PWD)/swiftshader/build/vk_swiftshader_icd.json
|
||||
mk_run_tests_cpu: mk_build_swiftshader_library mk_build_tests mk_run_tests_cpu_only
|
||||
|
||||
mk_run_tests_only:
|
||||
./build/test/test_kompute --gtest_filter="-TestAsyncOperations.*"
|
||||
|
||||
mk_run_tests_cpu_only:
|
||||
./build/test/test_kompute --gtest_filter="TestLogisticRegressionAlgorithm.*"
|
||||
./build/test/test_kompute --gtest_filter="TestManager.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpAlgoBase.ShaderCompiledDataFromConstructor"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorCopy.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorCreate.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorSync.*"
|
||||
./build/test/test_kompute --gtest_filter="TestSequence.*"
|
||||
./build/test/test_kompute --gtest_filter="TestTensor.*"
|
||||
|
||||
|
||||
####### Visual studio build shortcut commands #######
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue