diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2018-08-14 13:23:10 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2018-08-14 13:24:56 +0900 |
commit | f59071aaacb811e0cd57929c073c2a854c82345e (patch) | |
tree | bce45cb7112e363f6ecc299a5411929ac109675f | |
parent | 2e2878fe676d79ef50eb19e73492b640f04e7a41 (diff) | |
download | pass-accepted/tizen_5.0_unified.tar.gz pass-accepted/tizen_5.0_unified.tar.bz2 pass-accepted/tizen_5.0_unified.zip |
unittest: Rename haltest binary from pass_hal_gtest to pass_haltestssubmit/tizen_5.0/20181101.000004submit/tizen/20180814.043415accepted/tizen/unified/20180814.063323accepted/tizen/5.0/unified/20181102.021359tizen_5.0accepted/tizen_5.0_unified
Change-Id: I1b22c4d34c09dfe21ebcd83d111d09f3bb571154
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/pass.spec | 2 | ||||
-rw-r--r-- | unittest/pass_haltests.cpp (renamed from unittest/pass_hal_gtest.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/packaging/pass.spec b/packaging/pass.spec index c36ad3e..7ea81b1 100644 --- a/packaging/pass.spec +++ b/packaging/pass.spec @@ -112,7 +112,7 @@ systemctl daemon-reload %files -n %{haltest_name} %defattr(-,root,root,-) -%{_bindir}/pass_hal_gtest +%{_bindir}/pass_haltests %files -n %{unittest_name} %defattr(-,root,root,-) diff --git a/unittest/pass_hal_gtest.cpp b/unittest/pass_haltests.cpp index 0b3b450..0b3b450 100644 --- a/unittest/pass_hal_gtest.cpp +++ b/unittest/pass_haltests.cpp |