Jeffrey Walton on Thu, 31 Dec 2020 02:39:54 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: How to test a build?
- From: Jeffrey Walton <noloader@gmail.com>
- Date: Wed, 30 Dec 2020 20:39:40 -0500
- Delivery-date: Thu, 31 Dec 2020 02:39:54 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to; bh=oq69JwebfQHq6jfIyFFyoR426AWPHEVtQluZmyGF8h4=; b=cLTSJ/BYJTZM8jf+E2sBDk9l4Zd69keqOx8DGKQz0RccvSCNFRfXFmUeL8ZEGrT6vg uMIQ0x9R0OdCkdJVn/E5+IZ2adi54xdcwgaXRCy+Efp5TdEx9vEkotwBmkWFsK9SF9EH /cVUq02SaZgfJKiGYDOto1nkr97AFZv2sF32V5en36HSBIb2naz2Vxff+EzwymcnAfTG 8pe5ct+mHNQlrw6zau1eMwz1x9p8oE56FlxzYSdtEE3sXVeaqzLYHItiOgr/pTNtF3EL PLHTbsiMFnJrhPa7dONLFgfZR93juttjY5ZkBRdChhKw7/snBLrPmcwEzbnTeXQoDmjJ zDgQ==
- Reply-to: noloader@gmail.com
Hi Everyone,
I'm building the pari-2.13.0 from the release tarball. The build seems
to go OK, but both 'make check' and 'make test' fails:
pari-2.13.0$ make test
make: *** No rule to make target 'test'. Stop.
pari-2.13.0$ make check
make: *** No rule to make target 'check'. Stop.
I checked the FAQ but I don't see a discussion of testing the build.
Cf., https://pari.math.u-bordeaux.fr/faq.html#install.
Forgive my ignorance... How do I test the build?
Thanks in advance.
Jeff