Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpadkins <jacobpadkins@gmail.com>2017-02-22 06:12:04 +0300
committerLadar Levison <ladar@users.noreply.github.com>2017-02-22 10:20:38 +0300
commit014ae729605a2f7da3db9d45310ff96fca6067c5 (patch)
tree429a5051abd033c95e6f188b387d8ce827efda04 /check/magma/magma_check.c
parentddf65fb26803b233043b6dd0b6666206d9f8d70c (diff)
Added regression test suite and reverted tests to say "MULTI THREADED"
Diffstat (limited to 'check/magma/magma_check.c')
-rw-r--r--check/magma/magma_check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/check/magma/magma_check.c b/check/magma/magma_check.c
index 65f2a70e..80f5210e 100644
--- a/check/magma/magma_check.c
+++ b/check/magma/magma_check.c
@@ -263,6 +263,7 @@ int main(int argc, char *argv[]) {
srunner_add_suite(sr, suite_check_users());
srunner_add_suite(sr, suite_check_mail());
srunner_add_suite(sr, suite_check_smtp());
+ srunner_add_suite(sr, suite_check_regression());
}
// If were being run under Valgrind, we need to disable forking and increase the default timeout.