X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=distdir%2Fpre-dist-runtime;h=5f7c94af75fb9a8072a2ba642f98eec686410138;hp=8d59cd31e93b10ced01623bd095ec53aa4cfddb7;hb=6adfa4f35f0876208cac893c6818254dff85cd90;hpb=79e3315bf2564b307884629a12518d7f70baa2d5 diff --git a/distdir/pre-dist-runtime b/distdir/pre-dist-runtime index 8d59cd31..5f7c94af 100644 --- a/distdir/pre-dist-runtime +++ b/distdir/pre-dist-runtime @@ -13,9 +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 .. -ln -s ../../ChangeLog doc/runtime/ChangeLog +cp ChangeLog doc/runtime/ChangeLog