Run unit tests before regression tests
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 24 Mar 2017 15:29:34 +0000 (11:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 24 May 2017 15:14:52 +0000 (11:14 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/Makefile.am

index d460fb646c60196d31f37b1df5070b8929e83d5d..685d93c6ad6974e41aa91958e25b6d1651e33d62 100644 (file)
@@ -1,8 +1,8 @@
 SUBDIRS =
-DIST_SUBDIRS = utils regression unit stress destructive perf
+DIST_SUBDIRS = utils unit regression stress destructive perf
 
 if BUILD_TESTS
-SUBDIRS += . utils regression unit stress destructive perf
+SUBDIRS += . utils unit regression stress destructive perf
 if HAS_PGREP
 check-am:
        $(top_srcdir)/tests/utils/warn_processes.sh $(PGREP)
This page took 0.026534 seconds and 5 git commands to generate.