From: brarcher Date: Sat, 21 Sep 2013 04:00:45 +0000 (+0000) Subject: add EXEEXT to test_vars X-Git-Tag: 0.10.0~460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff1ee250157ede6e9d31ae1c22dcb94ff84b4d41;p=check add EXEEXT to test_vars Some scripts that run unit tests assume that the compiled unit test programs do not have an extension, which is not always true. Adding in the EXEEXT variable, which lists what the extension, if any, is. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@754 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/test_vars.in b/tests/test_vars.in index 239c403..0382461 100644 --- a/tests/test_vars.in +++ b/tests/test_vars.in @@ -1,3 +1,5 @@ # defined to 1 if subunit is enabled ENABLE_SUBUNIT=@ENABLE_SUBUNIT@ export ENABLE_SUBUNIT +EXEEXT=@EXEEXT@ +export EXEEXT