X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=distdir%2Fpre-dist-runtime;h=5f7c94af75fb9a8072a2ba642f98eec686410138;hb=6adfa4f35f0876208cac893c6818254dff85cd90;hp=7955838dd24f0dfb2d742600398ec68b35086bf6;hpb=4d96aec5a0942c3b9bf66dcbec47c593f267c5ec;p=runtime.git diff --git a/distdir/pre-dist-runtime b/distdir/pre-dist-runtime index 7955838d..5f7c94af 100644 --- a/distdir/pre-dist-runtime +++ b/distdir/pre-dist-runtime @@ -13,8 +13,19 @@ fi sed -e "s/SILC_VERSION/$dist_version/" -e "s/SILC_RELEASE/$release/" \ srt.spec.in > srt.spec +# First configure with debug and stacktrace and run all tests +./configure --enable-debug --enable-stack-trace +make clean +make -j4 +make check -j4 + +# Then actual configuration and making ./configure +make clean +make -j4 +make check -j4 cd doc make toolkit-ref-html cd .. +cp ChangeLog doc/runtime/ChangeLog