summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-04 19:11:38 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-04 19:11:38 +0000
commit73ced63e1fdafc67239b8b8c03eba7d8aa3ad1a5 (patch)
tree1c0aeaf603c882bb35a1333fce189bd46719b0e8 /templates
parent832985d1517f9b7d45f2814b5069acec1ddf2512 (diff)
Added switchs to enable or disable online tests (currently enabled by default):
--enable-online-unit-tests --disable-online-unit-tests
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in
index 3086356..de23337 100644
--- a/templates/Makefile.in
+++ b/templates/Makefile.in
@@ -118,6 +118,7 @@ NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
+ONLINE_UNIT_TESTS = @ONLINE_UNIT_TESTS@
OPENSSL_LIBS = @OPENSSL_LIBS@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@