X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/c2c6b8f8e7a8d4edfd45f09855444bca51488a9f..3a7418b75a6a5e2bc2a65264e68112ab2b63228b:/testsuite.at diff --git a/testsuite.at b/testsuite.at index 11b48a6..eff4408 100644 --- a/testsuite.at +++ b/testsuite.at @@ -1,4 +1,4 @@ -dnl Copyright © 2015 Nick Bowler +dnl Copyright © 2015,2019-2020 Nick Bowler dnl dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2. dnl This is free software: you are free to do what the fuck you want to. @@ -24,8 +24,9 @@ m4_define([TEST_AUTORECONF], [AT_KEYWORDS([autoconf])dnl AT_CHECK([autoreconf -I "$srcdir/m4"], [0], [], [stderr])]) m4_define([TEST_CONFIGURE], [AT_KEYWORDS([configure])dnl -AT_CHECK([./configure $1], [0], [ignore])]) +AT_CHECK([export CC; ./configure $1], [0], [ignore])]) m4_include([tests/macros.at]) m4_include([tests/functions.at]) +m4_include([tests/programs.at]) m4_include([tests/libs.at])