Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ test ] Use nicer tests runner layout after the upstream updates #1

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/compilertests.ipkg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ executable = compilertests

sourcedir = "runner"

prebuild = "sh runner/buildhook pre"
postbuild = "sh runner/buildhook post"

opts = "--directive module=github.com/kbertalan/idris2-go/tests"

3 changes: 0 additions & 3 deletions tests/libtests.ipkg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ executable = libtests

sourcedir = "runner"

prebuild = "sh runner/buildhook pre"
postbuild = "sh runner/buildhook post"

opts = "--directive module=github.com/kbertalan/idris2-go/tests"

7 changes: 0 additions & 7 deletions tests/runner/BaseDir.idr

This file was deleted.

1 change: 0 additions & 1 deletion tests/runner/CompilerTests.idr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module CompilerTests

import BaseDir
import Idris2Command

import Test.Golden.RunnerHelper
Expand Down
1 change: 0 additions & 1 deletion tests/runner/LibTests.idr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module LibTests

import BaseDir
import Idris2Command

import Test.Golden.RunnerHelper
Expand Down
18 changes: 0 additions & 18 deletions tests/runner/buildhook

This file was deleted.