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 /src | |
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 'src')
-rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c23a0e2..9152bfb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -177,6 +177,7 @@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +ONLINE_UNIT_TESTS = @ONLINE_UNIT_TESTS@ OPENSSL_LIBS = @OPENSSL_LIBS@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ |