Skip to content

Commit

Permalink
Removed all of the GAPID tests.
Browse files Browse the repository at this point in the history
These are irritating to maintain and no longer
provide any benefit.
  • Loading branch information
AWoloszyn committed Sep 12, 2022
1 parent 976647f commit 3d5feb1
Show file tree
Hide file tree
Showing 356 changed files with 8 additions and 30,072 deletions.
19 changes: 8 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -15,27 +15,28 @@

cmake_minimum_required(VERSION 3.1)

if (NOT BUILD_APKS)
project(VulkanTestApplications)
if(NOT BUILD_APKS)
project(VulkanTestApplications)
else()
project(VulkanTestApplications LANGUAGES)
project(VulkanTestApplications LANGUAGES)
endif()

include(cmake/setup.cmake)

if (NOT BUILD_APKS)
if(NOT BUILD_APKS)
set(mathfu_build_benchmarks OFF CACHE BOOL "")
set(mathfu_build_tests OFF CACHE BOOL "")
add_vulkan_subdirectory(third_party/mathfu)
if (NOT MSVC)

if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti -fno-exceptions")
else()
add_definitions(-DNOMINMAX -D_SCL_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS)

# TODO(awoloszyn): Figure out why std::vector is throwing up with .back()
add_definitions(/wd4146)
endif()


set(VULKAN_INCLUDE_LOCATION
"${CMAKE_CURRENT_SOURCE_DIR}/third_party/Vulkan-Headers/include/vulkan"
"${CMAKE_CURRENT_SOURCE_DIR}/third_party/Vulkan-Headers/include")
Expand All @@ -58,9 +59,5 @@ add_vulkan_subdirectory(standard_models)
# Support Images
add_vulkan_subdirectory(standard_images)

# All of the support code has to go above here, below here should come all of
# the actual tests.
add_vulkan_subdirectory(gapid_tests)

# Sample Applications and Sandbox
add_vulkan_subdirectory(application_sandbox)
31 changes: 0 additions & 31 deletions gapid_tests/CMakeLists.txt

This file was deleted.

33 changes: 0 additions & 33 deletions gapid_tests/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3d5feb1

Please sign in to comment.