Change-Id: Ice3170ffe9860009b7c27727f2735496c41eb870
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
Name: capi-network-smartcard
Summary: A Smartcard library in Native API
-Version: 0.0.10
+Version: 0.0.11
Release: 1
Group: Network & Connectivity/Smartcard
License: Apache-2.0
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libcapi-network-smartcard.so
+%{_bindir}/smartcard_unit_test
\ No newline at end of file
+PROJECT(smartcard_unit_test C)
+
SET(fw_test "${fw_name}-test")
INCLUDE(FindPkgConfig)
ADD_EXECUTABLE(${src_name} ${src})
TARGET_LINK_LIBRARIES(${src_name} ${fw_name} ${${fw_test}_LDFLAGS})
ENDFOREACH()
+
+INSTALL(TARGETS smartcard_unit_test RUNTIME DESTINATION bin/)