21 lines
352 B
YAML
21 lines
352 B
YAML
git:
|
|
test_framework:
|
|
url: https://git.mtgames.nl/Dreaded_X/test_framework
|
|
revision: master
|
|
|
|
include:
|
|
- .build/git/test_framework/flint.yaml
|
|
|
|
targets:
|
|
io:
|
|
type: lib
|
|
path: .
|
|
|
|
test:
|
|
type: exe
|
|
path: test
|
|
dependency:
|
|
- io
|
|
- logging
|
|
- test_framework
|