commit | 03c29e1ead73992b20cb243bd2a033d38fbe40bd | [log] [tgz] |
---|---|---|
author | Naoki Shiota <n-shiota@ay.jp.nec.com> | Mon May 16 16:58:07 2016 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue Jun 07 16:35:17 2016 +0000 |
tree | 4600aeb0276280d78dd7ba1978892ff80dd7d57a | |
parent | 492526abe0e937f7dc2b178679d601175deca5bb [diff] [blame] |
Added unit tests for newoptical package. Change-Id: I23d7b0ec4241ee620dccb605b529d50288242eb8
diff --git a/apps/newoptical/BUCK b/apps/newoptical/BUCK index c21f807..fd80f40 100644 --- a/apps/newoptical/BUCK +++ b/apps/newoptical/BUCK
@@ -4,8 +4,13 @@ '//cli:onos-cli', ] +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, ) onos_app (