diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-08-07 22:47:46 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-08-07 22:47:46 +0200 |
commit | 8f17684810718973c8ea0f1150e46d6c1b8c0ef1 (patch) | |
tree | d03b30c0a14e75e6c3374af3744cf7d7b1789f39 /.gitignore | |
parent | a260f02eac411171a827c9e0aeb31b8de397a5b5 (diff) |
server: Add basic unit test framework
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ *.o *.dSYM *.sql.h +test/test_declarations.h tomsg_server +test/main db.db *.dylib *.so |