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~
result
a.out
/rtree-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:
dependencies:
- rtree
- rtree-c
# - template
# - hedgehog
# - hspec
# - hspec-discover
# - hspec-expectations-pretty-diff
# - hspec-hedgehog
- hspec
- hspec-discover
- hspec-expectations-pretty-diff
- hspec-glitter
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