strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
unit-tests: Allow default test timeout to be configured via compile option
[strongswan.git]
/
src
/
libstrongswan
/
tests
/
test_suite.h
diff --git
a/src/libstrongswan/tests/test_suite.h
b/src/libstrongswan/tests/test_suite.h
index
aedd8c0
..
66c6846
100644
(file)
--- a/
src/libstrongswan/tests/test_suite.h
+++ b/
src/libstrongswan/tests/test_suite.h
@@
-39,7
+39,9
@@
typedef struct test_fixture_t test_fixture_t;
/**
* Default timeout for a single test function
*/
+#ifndef TEST_FUNCTION_DEFAULT_TIMEOUT
#define TEST_FUNCTION_DEFAULT_TIMEOUT 2
+#endif
/**
* Test function implementation