time for sirdi
This commit is contained in:
parent
f503cf5734
commit
9ae0e36a65
16 changed files with 99 additions and 109 deletions
|
@ -1,26 +0,0 @@
|
|||
all: test
|
||||
|
||||
.PHONY: lib
|
||||
lib:
|
||||
$(MAKE) -C .. lib
|
||||
|
||||
depends/quox: lib
|
||||
mkdir -p depends
|
||||
ln -sf ../../build/ttc depends/quox
|
||||
|
||||
.PHONY: build-tests
|
||||
build-tests: depends/quox
|
||||
idris2 --build tests.ipkg
|
||||
|
||||
.PHONY: test
|
||||
test: build-tests
|
||||
build/exec/quox-tests -V 14
|
||||
|
||||
.PHONY: prove
|
||||
prove: build-tests
|
||||
prove build/exec/quox-tests
|
||||
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(RM) -r build depends
|
21
tests/sirdi.json
Normal file
21
tests/sirdi.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
[
|
||||
{
|
||||
"name" : "quox-tests",
|
||||
|
||||
"deps" : [
|
||||
{ "name" : "base", "legacy" : true },
|
||||
{ "name" : "contrib", "legacy" : true },
|
||||
{ "name" : "quox", "local" : ".." }
|
||||
],
|
||||
|
||||
"main" : "Tests",
|
||||
"modules" : [
|
||||
"Tests",
|
||||
"Options",
|
||||
"TAP",
|
||||
|
||||
"Tests.Lexer",
|
||||
"Tests.Equal"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,6 +0,0 @@
|
|||
package quox-tests
|
||||
|
||||
executable = quox-tests
|
||||
main = Tests
|
||||
|
||||
depends = base, contrib, quox
|
Loading…
Add table
Add a link
Reference in a new issue