diff options
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 \ |