Skip to content
Snippets Groups Projects
Commit fb3d1040 authored by chrg's avatar chrg
Browse files

Migrating rtree-c to the new model

parent 06b4408f
No related branches found
No related tags found
No related merge requests found
...@@ -27,5 +27,4 @@ cabal.project.local~ ...@@ -27,5 +27,4 @@ cabal.project.local~
result result
a.out a.out
/rtree-c
test.c test.c
:set -fwarn-unused-binds -fwarn-unused-imports
:set -isrc -itest/src
:load Main
--failure-report .hspec-failures
--rerun
--rerun-all-on-success
...@@ -42,9 +42,7 @@ tests: ...@@ -42,9 +42,7 @@ tests:
dependencies: dependencies:
- rtree - rtree
- rtree-c - rtree-c
# - template - hspec
# - hedgehog - hspec-discover
# - hspec - hspec-expectations-pretty-diff
# - hspec-discover - hspec-glitter
# - hspec-expectations-pretty-diff
# - hspec-hedgehog
main = pure () import qualified Spec
main :: IO ()
main = Spec.main
module ReduceCSpec where
spec = pure ()
{-# OPTIONS_GHC -F -pgmF hspec-discover -optF --module-name=Spec #-}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment