summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/capi-network-bluetooth.spec12
-rwxr-xr-xtest/CMakeLists.txt2
2 files changed, 11 insertions, 3 deletions
diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec
index 66766f6..ca97e75 100644
--- a/packaging/capi-network-bluetooth.spec
+++ b/packaging/capi-network-bluetooth.spec
@@ -35,6 +35,14 @@ Network Bluetooth Framework.
%devel_desc
+%package test
+Summary: Network Bluetooth Framework test application
+Group: TO_BE/FILLED
+Requires: %{name} = %{version}-%{release}
+
+%description test
+This package is C-API test application.
+
%prep
%setup -q
cp %{SOURCE1001} %{SOURCE1002} .
@@ -106,9 +114,9 @@ make %{?jobs:-j%jobs}
%{_libdir}/libcapi-network-bluetooth.so.*
#%{_datadir}/license/capi-network-bluetooth
-#%files test
+%files test
#%manifest bluetooth-test.manifest
-#%{_bindir}/bt_unit_test
+%{_bindir}/bt_unit_test
#%{_bindir}/bt_onoff
#/etc/smack/accesses.d/capi-network-bluetooth-test.efl
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 5e30e02..04d3041 100755
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -16,5 +16,5 @@ FOREACH(src ${sources})
TARGET_LINK_LIBRARIES(${src_name} ${fw_name} ${${fw_test}_LDFLAGS})
ENDFOREACH()
-#INSTALL(TARGETS bt_unit_test DESTINATION bin)
+INSTALL(TARGETS bt_unit_test DESTINATION bin)
#INSTALL(TARGETS bt_onoff DESTINATION bin)