From 37e41161d199bef63c30a761e8588da403bdb750 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Thu, 18 Feb 2021 22:24:41 +0000 Subject: [PATCH] Updated ci tests to run all --- .github/workflows/cpp_tests.yml | 2 +- Makefile | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/cpp_tests.yml b/.github/workflows/cpp_tests.yml index 0a71c29bd..358be6e93 100644 --- a/.github/workflows/cpp_tests.yml +++ b/.github/workflows/cpp_tests.yml @@ -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 diff --git a/Makefile b/Makefile index f9eb05bfd..ccda4e2c3 100644 --- a/Makefile +++ b/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 #######