summaryrefslogtreecommitdiffstats
path: root/buildtest.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config: switch a few references to say FRRJafar Al-Gharaibeh2017-07-121-1/+1
| | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* buildtest.sh: Change name from quagga to frrMartin Winter2017-01-191-2/+2
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* build: remove --disable-ipv6David Lamparter2016-06-031-7/+2
| | | | | | | | | | | | | | | | Building with IPv6 disabled tends to break rather often and sprinkles ugly #ifdefs around the code. All that only to support systems where the C library doesn't have IPv6 capability. The year now being 2015, if this is a problem the thing to fix is the C library. The implication of this patch is that future patches need not care about HAVE_IPV6 = 0 and may remove ifdefs gratuitously. This patch doesn't remove these ifdefs to not create unneccessary churn. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Paul Jakma <paul@jakma.org>
* build: enable pimd in test scriptDavid Lamparter2016-05-261-1/+1
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* quagga: remove babelDaniel Walton2016-02-111-2/+1
| | | | | | | | Ticket: CM-9274 Reviewed By: sharpd@cumulusnetworks.com Testing Done: <DETAILED DESCRIPTION (REPLACE)>
* Add --enable-werror to configureDonald Sharp2015-07-261-1/+1
|
* tests: add DejaGNU frameworkDavid Lamparter2013-04-141-0/+1
| | | | | | | | | DejaGNU seems to be the 'standard' GNU test framework (which by itself doesn't say much), but it seems relatively usable and the "remote system" capabilities might come in handy for virtualisation-based tests for kernel interactions or something. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: add buildtest.sh scriptDavid Lamparter2013-01-151-0/+92
This script compiles Quagga in a variety of configurations and optionally with LLVM and ICC (if those are installed). Signed-off-by: David Lamparter <equinox@opensourcerouting.org>