/* * check-helpers.c - Source for some check helpers * Copyright (C) 2007 Collabora Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __CHECK_HELPERS_H__ #define __CHECK_HELPERS_H__ #include #include #include void check_helpers_init (void); void expect_critical (gboolean expected); gboolean got_critical (void); #define fail_unless_critical(expr, ...) \ G_STMT_START { \ expect_critical (TRUE); \ expr; \ _fail_unless (got_critical (), __FILE__, __LINE__, \ "Expected g_critical, got none", ## __VA_ARGS__, NULL); \ expect_critical (FALSE); \ } G_STMT_END; #endif /* #ifndef __CHECK_HELPERS_H__ */ abot/npm_and_yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.42clsung2009-12-183-29/+6
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - update dependencyleeym2008-03-141-2/+3
* - Fix build: this needs to be able to detect gpgpav2008-03-101-0/+1
* - update to 0.36leeym2008-03-054-15/+13
* - Drop maintainershipclsung2008-01-251-1/+1
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-8/+1
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,kuriyama2006-12-221-2/+2
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedkuriyama2006-12-211-1/+2
* - No longer on CPANpav2006-03-161-4/+2
* Update to 0.34.lawrance2006-02-132-9/+8
* Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-121-1/+1
* Hash with SHA-256.trevor2006-01-081-0/+1
* - add IGNORE for perl < 5.6leeym2005-12-301-2/+9
* - Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.flz2005-12-021-2/+2
* Fix fetching.vs2004-07-061-3/+4
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Add size data.trevor2004-01-281-0/+1
* Remove my e-mail address from DESCR files of portstrevor2003-11-131-1/+0
* Remove my e-mail address from comment blocks of portstrevor2003-11-131-1/+1
* utilize SITE_PERLijliao2003-10-241-2/+1
* PR:foxfair2003-07-013-40/+40
* Retire comment file.trevor2003-03-012-1/+1
* Update to 0.31. Arrange list of man pages alphabetically. Addtrevor2001-05-123-12/+16