diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 19:11:38 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 19:11:38 +0000 |
commit | 73ced63e1fdafc67239b8b8c03eba7d8aa3ad1a5 (patch) | |
tree | 1c0aeaf603c882bb35a1333fce189bd46719b0e8 /html | |
parent | 832985d1517f9b7d45f2814b5069acec1ddf2512 (diff) |
Added switchs to enable or disable online tests (currently enabled by default):
--enable-online-unit-tests
--disable-online-unit-tests
Diffstat (limited to 'html')
-rw-r--r-- | html/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/Makefile.in b/html/Makefile.in index af03adc..262536b 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -142,6 +142,7 @@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +ONLINE_UNIT_TESTS = @ONLINE_UNIT_TESTS@ OPENSSL_LIBS = @OPENSSL_LIBS@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ |