From f68226c5ec56faea9d7eb46834549153eccbf714 Mon Sep 17 00:00:00 2001 From: philippegorley <philippe.gorley@savoirfairelinux.com> Date: Wed, 3 Oct 2018 11:03:50 -0400 Subject: [PATCH] test: execute unit tests first SIP and TURN tests fail sporadically, and all recent additions to the test folder have been under the unitTest folder. Change-Id: Icac4827f53da3fbd72492cdfb024a003decbbbec --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 27eb42781a..aed31137f7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = sip turn -SUBDIRS += unitTest +SUBDIRS = unitTest +SUBDIRS += sip turn -- GitLab