From 5bcfeece2f55cd8570b1356d9982756e99f90b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 18 Sep 2015 14:34:58 +0200 Subject: Test "no .app.src" by default, test legacy with LEGACY=1 Also fixes two bugs with the new "no .app.src" method. All tests now pass with both methods. We can now test specific cases with make check c=$CASE. --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 73b087e..25e1f13 100644 --- a/circle.yml +++ b/circle.yml @@ -17,5 +17,5 @@ dependencies: test: override: - - source $HOME/erlang/OTP-18.0.2/activate && make check: - timeout: 7200 + - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check: + - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check LEGACY=1: -- cgit v1.2.3