diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-06 16:47:30 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-13 16:14:43 +0200 |
commit | ac541c90f571f225f51873e672b1a3affa11b2ea (patch) | |
tree | ed64b456876001b81b47b7d4d5d486612b8a912e /test/buildtool/TARGETS | |
parent | 06dc6ae29ba045fe7336658f37f5dec22b466974 (diff) | |
download | justbuild-ac541c90f571f225f51873e672b1a3affa11b2ea.tar.gz |
test: Add initial checks for serve service client
Diffstat (limited to 'test/buildtool/TARGETS')
-rw-r--r-- | test/buildtool/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/TARGETS b/test/buildtool/TARGETS index 89d4cf15..727c13da 100644 --- a/test/buildtool/TARGETS +++ b/test/buildtool/TARGETS @@ -12,6 +12,7 @@ , [["./", "logging", "TESTS"], "logging"] , [["./", "main", "TESTS"], "main"] , [["./", "multithreading", "TESTS"], "multithreading"] + , [["./", "serve_api", "TESTS"], "serve_api"] , [["./", "storage", "TESTS"], "storage"] , [["./", "system", "TESTS"], "system"] ] |