commit | 13b16818241bf488d9e206f6e83aaf1e01c73245 | [log] [tgz] |
---|---|---|
author | Sean Condon <sean.condon@microsemi.com> | Thu Jan 25 10:31:49 2018 +0000 |
committer | Sean Condon <sean.condon@microsemi.com> | Sat Jan 27 11:16:26 2018 +0000 |
tree | 4c9a150eb048846a181cdebfb11a5ce593246d09 | |
parent | b757dbc4eb5a0fa964416096a969b9bf2d993a29 [diff] [blame] |
Add support for RESTCONF standard errors Change-Id: I74c0997bc8e06bc10c97cd610ff70c7a6aa68c8b
diff --git a/apps/restconf/api/BUCK b/apps/restconf/api/BUCK index b54f53c..39a3872 100644 --- a/apps/restconf/api/BUCK +++ b/apps/restconf/api/BUCK
@@ -6,6 +6,11 @@ '//lib:jersey-server', ] +TEST_DEPS = [ + '//lib:TEST_REST', +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, )