summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Abdallah <ali.abdallah@suse.com>2020-10-27 16:50:42 +0100
committerAli Abdallah <ali.abdallah@suse.com>2020-10-27 16:50:42 +0100
commit7f22f816ed4162a3f5ca439048c4564a6fa77fa9 (patch)
tree84a898cfc820a9b0500d3a85afacda7be01fe3db
parente4c155094d9ddcd9829f290b3fff05ae755dcdc5 (diff)
downloadxfconf-7f22f816ed4162a3f5ca439048c4564a6fa77fa9.tar.gz
Disable parallelism on all tests.
This prevents make to potentially hang when -j is used with a number bigger than 1. Fixes #13.
-rw-r--r--tests/Makefile.inc2
-rw-r--r--tests/property-changed-signal/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 86556dc..d9348a6 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -13,6 +13,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+.NOTPARALLEL:
+
LOG_COMPILER = $(top_srcdir)/tests/tests-driver.sh $(top_builddir)/xfconfd
TESTS = $(check_PROGRAMS)
diff --git a/tests/property-changed-signal/Makefile.am b/tests/property-changed-signal/Makefile.am
index 2438021..dab052e 100644
--- a/tests/property-changed-signal/Makefile.am
+++ b/tests/property-changed-signal/Makefile.am
@@ -1,5 +1,3 @@
-.NOTPARALLEL:
-
check_PROGRAMS = \
t-string-changed-signal \
t-string-changed-signal-detailed