This commit is contained in:
parent
865e89fbe6
commit
f3ecb049bd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user