summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Bieler <fabianbieler@fastmail.fm>2017-11-27 00:19:14 +0100
committerFabian Bieler <fabianbieler@fastmail.fm>2017-12-23 11:00:10 +0100
commit75ba8aea0e6eff0bc30821df9640ee4053dd98b6 (patch)
tree7345813b47c351c8bae35f4465cb2c651cc14416
parent4a03c8da53295f62178b7107502b25e3fe46a535 (diff)
Remove tests/bugs directory.
No tests live there anymore. Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Brian Paul <brianp@vmware.com>
-rw-r--r--TODO3
-rw-r--r--tests/CMakeLists.txt1
-rw-r--r--tests/bugs/CMakeLists.gl.txt13
-rw-r--r--tests/bugs/CMakeLists.txt1
4 files changed, 0 insertions, 18 deletions
diff --git a/TODO b/TODO
index 7e05380db..34d45fa7b 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 2432d3788..c588dfca5 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 a06f2d2aa..000000000
--- 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 144a306f4..000000000
--- a/tests/bugs/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-piglit_include_target_api()