diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-03-09 16:53:46 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-03-09 16:56:12 +0100 |
commit | a480c3510f98c491879d42ff7106287f07d03e2f (patch) | |
tree | 71b6cb69e976e8fc2e316b5a480283bdb9109203 /src/lib/tests/CMakeLists.txt | |
parent | 53ba33ab98208a447a1c4201f958d02a184182a9 (diff) | |
download | ouroboros-a480c3510f98c491879d42ff7106287f07d03e2f.tar.gz ouroboros-a480c3510f98c491879d42ff7106287f07d03e2f.zip |
lib: Add bitmap test
This adds a test for the bitmap. During the testing I also removed
some bugs that were present in the bitmap implementation.
Diffstat (limited to 'src/lib/tests/CMakeLists.txt')
-rw-r--r-- | src/lib/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tests/CMakeLists.txt b/src/lib/tests/CMakeLists.txt index b1259fa8..99df7232 100644 --- a/src/lib/tests/CMakeLists.txt +++ b/src/lib/tests/CMakeLists.txt @@ -3,6 +3,7 @@ get_filename_component(src_folder "${tmp}" NAME) create_test_sourcelist(${src_folder}_tests test_suite.c # Add new tests here + bitmap_test.c du_buff_test.c ) |