Commit Graph

13 Commits

Author SHA1 Message Date
Tim Dysinger
2c38a6fe9a add buildflags for dynamic executables 2015-03-11 14:33:14 -10:00
Chris Done
585e8bd1c7 shake: Do Haddock generation 2015-02-15 23:48:31 +01:00
Chris Done
d944971a10 shake: Creating and using local package db 2015-02-15 23:48:31 +01:00
Chris Done
f677e8bb73 shake: unpacking, building and registering 2015-02-15 23:48:31 +01:00
Chris Done
bb6078f4f1 shake: fetching packages 2015-02-15 23:48:30 +01:00
Chris Done
64a2393ca5 Basic build test in preparation for Shake 2015-02-15 23:48:30 +01:00
Michael Snoyman
33a94d1c1f Skip check during test suite 2015-01-14 11:45:21 +02:00
Chris Done
d08d1b6248 Check for cycles when checking a build plan #375 2015-01-07 03:00:08 +01:00
Chris Done
45b33ac54d Flexible tests for checkBuildPlan (#375)
@snoyberg Can you confirm that this simple test suite works for you?
I've set this up so that I can then add some cyclic dependencies and add
an occurs check for that, but figured I'd setup tests for some of the
existing invariants first.

Should be like:

    $ cabal test --ghc-options=-O0; cat dist/test/stackage-0.4.0-spec.log
    Building stackage-0.4.0...
    Preprocessing library stackage-0.4.0...
    In-place registering stackage-0.4.0...
    Preprocessing executable 'stackage' for stackage-0.4.0...
    Preprocessing test suite 'spec' for stackage-0.4.0...
    [3 of 4] Compiling Stackage.BuildPlanSpec ( test/Stackage/BuildPlanSpec.hs, dist/build/spec/spec-tmp/Stackage/BuildPlanSpec.o )
    Linking dist/build/spec/spec ...
    Running 1 test suites...
    Test suite spec: RUNNING...
    Test suite spec: PASS
    Test suite logged to: dist/test/stackage-0.4.0-spec.log
    1 of 1 test suites (1 of 1 test cases) passed.
    Test suite spec: RUNNING...

    Stackage.BuildPlan
      simple package set
      bad version range on depdendency fails
      nonexistent package fails to check
      default package set checks ok
    Stackage.CorePackages
      works
      contains known core packages
      getCoreExecutables includes known executables
    Stackage.PackageIndex
      works
      getLatestDescriptions gives reasonable results

    Finished in 14.3302 seconds
    9 examples, 0 failures
    Test suite spec: PASS
    Test suite logged to: dist/test/stackage-0.4.0-spec.log
2015-01-04 22:54:33 +01:00
Chris Done
5da6e5cfa4 Dependency injection of newBuildPlan (#375) 2015-01-04 22:54:33 +01:00
Michael Snoyman
06d70e4ee4 Fix test suite 2014-12-22 11:08:52 +02:00
Michael Snoyman
d3cbcd91cc Slightly easier to digest test output 2014-12-15 08:22:42 +02:00
Michael Snoyman
0e1a160477 Cleanup in prep of release to Hackage 2014-12-15 08:10:16 +02:00