Reinhard Max 2024-05-27 16:47:20 +00:00 committed by Git OBS Bridge
parent 865e89fbe6
commit f3ecb049bd

View File

@ -300,8 +300,14 @@ export CLKNETSIM_RANDOM_SEED=24501
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
make %{?_smp_mflags} -C test/simulation/clknetsim make %{?_smp_mflags} -C test/simulation/clknetsim
pushd test/simulation pushd test/simulation
./124-tai || find ./124-tai
for f in tmp/*; do
echo ====$f====
cat $f
done
echo
popd popd
exit 1
make %{?_smp_mflags} quickcheck make %{?_smp_mflags} quickcheck
%endif %endif
%endif %endif