aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-26 23:46:31 +0100
committerLoïc Hoguin <[email protected]>2018-11-26 23:46:31 +0100
commitf07636e66759ecdaff4ee4e9097ecbf88eb6b217 (patch)
treef3dea02e4a3d0bc9f77ff83d4381eb2a4358e816 /Makefile
parent2277830e3f2b5b8c71438c6c7f991037d04949ba (diff)
downloaderlang.mk-f07636e66759ecdaff4ee4e9097ecbf88eb6b217.tar.gz
erlang.mk-f07636e66759ecdaff4ee4e9097ecbf88eb6b217.tar.bz2
erlang.mk-f07636e66759ecdaff4ee4e9097ecbf88eb6b217.zip
Allow running test cases without groups in CT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f5af8a..89015a0 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ check:
else
ifdef c
check:
- $(MAKE) -C test $c
+ $(MAKE) -C test $c c=
else
check:
$(MAKE) -C test