Files
chinook/examples/testing/chinookfile
T

16 lines
196 B
Plaintext
Raw Normal View History

2026-06-26 03:45:38 +00:00
name: testing
gpid: examples
semv: 1.0.0
2026-06-26 20:51:42 +00:00
targets:
- name: fibonacci
type: archive
srcs:
- ./fibonacci.cpp
2026-06-26 03:45:38 +00:00
tests:
2026-06-26 17:36:08 -05:00
- name: testing
2026-06-26 03:45:38 +00:00
type: program
2026-06-26 20:51:42 +00:00
deps: [fibonacci]
2026-06-26 03:45:38 +00:00
srcs:
- ./entry.cpp