From e841fb2dab25bb1cd0a30ffaa372c6a760164e3b Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Thu, 15 Mar 2018 17:46:08 -0500 Subject: [PATCH] Fixed test targets in Makefile --- Makefile | 14 ++++++++++---- tests/V1/tests.hs | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f4973bd..f3097fd 100644 --- a/Makefile +++ b/Makefile @@ -53,16 +53,22 @@ echo-warn: STACK_YAML="stack-7.10.yaml" stack test 7.10-test-ES1: - STACK_YAML="stack-7.10.yaml" stack test --fast bloodhound:tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES1 + STACK_YAML="stack-7.10.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES1 7.10-test-ES5: - STACK_YAML="stack-7.10.yaml" stack test --fast bloodhound:tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES5 + STACK_YAML="stack-7.10.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES5 8.0-test-ES1: - STACK_YAML="stack.yaml" stack test --fast bloodhound:tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES1 + STACK_YAML="stack-8.0.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES1 8.0-test-ES5: - STACK_YAML="stack-8.0.yaml" stack test --fast bloodhound:tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES5 + STACK_YAML="stack-8.0.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES5 + +8.2-test-ES1: + STACK_YAML="stack.yaml" stack test -v --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES1 + +8.2-test-ES5: + STACK_YAML="stack.yaml" stack test --fast bloodhound:test:bloodhound-tests --test-arguments="--qc-max-success 500" --flag bloodhound:ES5 8.0-build: STACK_YAML="stack-8.0.yaml" stack build diff --git a/tests/V1/tests.hs b/tests/V1/tests.hs index bac9360..52f7155 100644 --- a/tests/V1/tests.hs +++ b/tests/V1/tests.hs @@ -15,6 +15,7 @@ #if __GLASGOW_HASKELL__ >= 802 {-# LANGUAGE MonoLocalBinds #-} #endif + module Main where import Control.Applicative