diff options
author | Mattes D <github@xoft.cz> | 2016-03-13 19:34:56 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-06-18 13:12:08 +0200 |
commit | db17f585afc283a107b8fbec078e1d2d674e52b0 (patch) | |
tree | c5377aa39f2862a5ea220d3c0d7bf2166ab78540 /tests/CMakeLists.txt | |
parent | SelfTests: Moved ByteBuffer test to a separate project. (diff) | |
download | cuberite-db17f585afc283a107b8fbec078e1d2d674e52b0.tar cuberite-db17f585afc283a107b8fbec078e1d2d674e52b0.tar.gz cuberite-db17f585afc283a107b8fbec078e1d2d674e52b0.tar.bz2 cuberite-db17f585afc283a107b8fbec078e1d2d674e52b0.tar.lz cuberite-db17f585afc283a107b8fbec078e1d2d674e52b0.tar.xz cuberite-db17f585afc283a107b8fbec078e1d2d674e52b0.tar.zst cuberite-db17f585afc283a107b8fbec078e1d2d674e52b0.zip |
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2a85f7b3d..61f34d9fb 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,6 +10,7 @@ endif() add_subdirectory(ByteBuffer) add_subdirectory(ChunkData) +add_subdirectory(CompositeChat) add_subdirectory(HTTP) add_subdirectory(LoadablePieces) add_subdirectory(Network) |