X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/02cf98875fd0b8462ce39778db16cfd347b5c2d0..a26eff8ba11dcf9a6aa21e1537397bbbfb6a927e:/tests/general.at diff --git a/tests/general.at b/tests/general.at index a36e4df..d7be502 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 @@ -223,6 +224,7 @@ class :Test from G:Object } ]]) AT_CHECK([gob2 test.gob]) +AT_CHECK([$HAVE_GOBJECT_PRIVATES || exit 77]) TEST_COMPILE_GOBJECT([test.c], [0], [], [ignore]) AT_DATA([main.c], [[#include @@ -263,6 +265,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])