mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-05 21:15:22 +00:00
25 lines
489 B
YAML
25 lines
489 B
YAML
# =========================================================================
|
|
# Unity - A Test Framework for C
|
|
# ThrowTheSwitch.org
|
|
# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
|
|
# SPDX-License-Identifier: MIT
|
|
# =========================================================================
|
|
|
|
---
|
|
:project:
|
|
:build_root: build/
|
|
|
|
:paths:
|
|
:source:
|
|
- src/
|
|
- helper/
|
|
:test:
|
|
- test/
|
|
:support:
|
|
- ../../src/
|
|
|
|
:colour: true
|
|
|
|
:unity:
|
|
:plugins: []
|