summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-01-23 14:46:07 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-01-23 14:55:43 +0100
commit0145c03ed6cd7c93f9b09e4e2459a3476ba7b69b (patch)
treeabe6764a008a9e6ba3791b1c2a2505ee0ffcb474 /Makefile.am
parent9f91b01633de0bcfb2bf6bef930e88dfb0dd45c8 (diff)
cypress: Introduce an --enable-cypress config option.
Removing the cypress_test subdir from top level folder made the packaging process to fail. So better to use a flag to enable cypress tests. Change-Id: Iead4b7cbbea5c6aaba18c0b85f23d67a4fbe920b
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d17bb8d99..c6d417185 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ endif
else
-SUBDIRS = . test loleaflet
+SUBDIRS = . test loleaflet cypress_test
export ENABLE_DEBUG