[Piglit] [PATCH 20/20] Remove tests/bugs directory.
Fabian Bieler
fabianbieler at fastmail.fm
Sat Dec 16 19:21:20 UTC 2017
No tests live there anymore.
---
TODO | 3 ---
tests/CMakeLists.txt | 1 -
tests/bugs/CMakeLists.gl.txt | 13 -------------
tests/bugs/CMakeLists.txt | 1 -
4 files changed, 18 deletions(-)
delete mode 100644 tests/bugs/CMakeLists.gl.txt
delete mode 100644 tests/bugs/CMakeLists.txt
diff --git a/TODO b/TODO
index 7e05380..34d45fa 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,6 @@
Piglit To-Do items
-Move/rename tests in the bugs/ directory to proper places under tests/spec/
-
-
Quite a few tests have GL enum names encoded in tables. For example, in
tests/texturing/texture-rg.c:
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2432d37..c588dfc 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -4,7 +4,6 @@ include_directories(
)
add_subdirectory (util)
-add_subdirectory (bugs)
add_subdirectory (fbo)
add_subdirectory (general)
add_subdirectory (glx)
diff --git a/tests/bugs/CMakeLists.gl.txt b/tests/bugs/CMakeLists.gl.txt
deleted file mode 100644
index a06f2d2..0000000
--- a/tests/bugs/CMakeLists.gl.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-
-include_directories(
- ${GLEXT_INCLUDE_DIR}
- ${OPENGL_INCLUDE_PATH}
- ${piglit_SOURCE_DIR}/tests/mesa/util
-)
-
-link_libraries (
- piglitutil_${piglit_target_api}
- ${OPENGL_gl_LIBRARY}
-)
-
-# vim: ft=cmake:
diff --git a/tests/bugs/CMakeLists.txt b/tests/bugs/CMakeLists.txt
deleted file mode 100644
index 144a306..0000000
--- a/tests/bugs/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-piglit_include_target_api()
--
2.7.4
More information about the Piglit
mailing list