Skip to content

Commit

Permalink
[idris] Add temporary manual test
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Aug 22, 2020
1 parent 4b32736 commit 66698c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -12,6 +12,9 @@ gap-check: ${srcs}
gap-docs: makedoc.g ${srcs}
gap --nointeract -b $<

idris-check: $(shell find {src,test} -name '*.idr')
idris --execute -isrc -itest -p contrib -p specdris test/Data/GIS/Test.idr

.PHONY: update
niv-update: package ?= nixpkgs
niv-update: sources := nix/sources.json
Expand Down
6 changes: 3 additions & 3 deletions test/Data/GIS/Test.idr
Expand Up @@ -19,6 +19,6 @@ pcSpaceExamples =
runTests : IO ()
runTests = spec pcSpaceExamples

-- namespace Main
-- main : IO ()
-- main = runTests
namespace Main
main : IO ()
main = runTests

0 comments on commit 66698c1

Please sign in to comment.