]> granicus.if.org Git - check/commitdiff
add EXEEXT to test_vars
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 21 Sep 2013 04:00:45 +0000 (04:00 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 21 Sep 2013 04:00:45 +0000 (04:00 +0000)
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

tests/test_vars.in

index 239c403a808373a67fcf537d5c1b30954e035dfa..03824613429f359f4e50c652411222d7ea1be367 100644 (file)
@@ -1,3 +1,5 @@
 # defined to 1 if subunit is enabled
 ENABLE_SUBUNIT=@ENABLE_SUBUNIT@
 export ENABLE_SUBUNIT
+EXEEXT=@EXEEXT@
+export EXEEXT