3.0 specific patch: enable bt_unit_test 30/40730/1 submit/tizen_mobile/20150609.051101 submit/tizen_mobile/20150612.045738 submit/tizen_tv/20150609.051113 submit/tizen_tv/20150612.045742 submit/tizen_wearable/20150609.051121 submit/tizen_wearable/20150612.045746
authorseungku kim <seungku.kim@samsung.com>
Mon, 8 Jun 2015 11:06:47 +0000 (20:06 +0900)
committerseungku kim <seungku.kim@samsung.com>
Mon, 8 Jun 2015 11:06:47 +0000 (20:06 +0900)
Change-Id: I4c4c27a28d6675255d1bb05c2e81fcbcf06dc118

packaging/capi-network-bluetooth.spec
test/CMakeLists.txt

index 66766f6..ca97e75 100644 (file)
@@ -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
 
index 5e30e02..04d3041 100755 (executable)
@@ -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)