diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-28 17:06:57 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-28 17:06:57 +0100 |
commit | 4247b81e7756ce1ff01e097e634a9dcbc0912787 (patch) | |
tree | af14dd7aedf6b06826b5c15e3994431ed86f84a7 /tests/Makefile | |
parent | a61c702d91d7444ce0bb094ddccc70f72416500b (diff) |
Added tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0347210..f3ec6c8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -15,6 +15,7 @@ UNITS=storage.cpp config.cpp compiledsql.cpp qrcode.cpp whiteboard.cpp connectio UNITTESTS=test-config.cpp \ test-storage.cpp \ + test-connectionregistry.cpp \ test-compiledsql.cpp \ test-qrcode.cpp \ test-whiteboard.cpp \ |