Open the test case.

This commit is contained in:
jinlun 2023-11-02 19:13:55 +08:00
parent 0636857eb3
commit 23cc59b98e

View File

@ -2,7 +2,7 @@
Name: dim_tools
Version: 1.0.1
Release: 1
Release: 2
Summary: DIM userspace tools
License: MulanPSL-2.0
URL: dim_tools
@ -24,11 +24,16 @@ cd ./src && make
cd ./src && make install DESTDIR=$RPM_BUILD_ROOT
%check
#cd ./test/test-function && sh test.sh
cd ./test/test-function
sed -i "s/\ttest_calculate_hash_mod/#test_calculate_hash_mod/" test.sh
sh test.sh
%files
%attr(555,root,root) %{_bindir}/dim_gen_baseline
%changelog
* Thu Nov 2 2023 jinlun <jinlun@huawei.com> 1.0.1-2
- Open the test case.
* Mon Sep 4 2023 jinlun <jinlun@huawei.com> 1.0.1-1
- Init package