X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/910b7231905b6c38b525bcdf3440bed23c574bdd..7200c42b4183887f9952871909446352a984170a:/tests/general.at diff --git a/tests/general.at b/tests/general.at index a36e4df..624af5a 100644 --- a/tests/general.at +++ b/tests/general.at @@ -1,4 +1,4 @@ -dnl Copyright © 2019-2020 Nick Bowler +dnl Copyright © 2019-2021 Nick Bowler dnl License GPLv2+: GNU General Public License version 2 or any later version. dnl This is free software: you are free to change and redistribute it. dnl There is NO WARRANTY, to the extent permitted by law. @@ -46,6 +46,7 @@ int main(void) str_gob=$abs_top_srcdir/t/str.gob AT_CHECK([gob2 "$str_gob"]) +AT_CHECK([$HAVE_GOBJECT_PRIVATES || exit 77]) TEST_COMPILE_GOBJECT([str.c], [0], [], [stderr]) mv stderr str_stderr @@ -189,6 +190,7 @@ AT_DATA([test.in], [[@GOB2@ cat >configure.ac < @@ -263,6 +266,7 @@ class :Test from G:Object (dynamic) } ]]) AT_CHECK([gob2 test.gob]) +AT_CHECK([$HAVE_GOBJECT_PRIVATES || exit 77]) TEST_COMPILE_GOBJECT([test.c], [0], [], [ignore]) TEST_TYPE_MODULE([:Test])