commit | 236c03cc333246be44a20569fcd0d1c2c82c4079 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Fri Jul 04 14:12:49 2014 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Jul 04 14:12:49 2014 +0200 |
tree | 9d37aa207190c71a4a59ffc3a28c84879222b20e | |
parent | f3c2026d5be5c64655386bb1d1592eb250830ea1 [diff] [blame] |
Add pixel conversion speed test Add a tests directory where we can put tests programs that can be useful during testing. Start with a speed test for the pixel conversion routines.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2593a64..bdb1824 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -416,6 +416,8 @@ add_subdirectory(media) endif() +add_subdirectory(tests) + include(cmake/BuildPackages.cmake)