Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukamachi/asdf-c-test-file
Provides ASDF component :test-file.
https://github.com/fukamachi/asdf-c-test-file
Last synced: 13 days ago
JSON representation
Provides ASDF component :test-file.
- Host: GitHub
- URL: https://github.com/fukamachi/asdf-c-test-file
- Owner: fukamachi
- Created: 2012-05-19T06:38:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T02:58:27.000Z (about 11 years ago)
- Last Synced: 2024-05-02T01:14:28.648Z (7 months ago)
- Language: Common Lisp
- Size: 97.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# asdf-c-test-file - Provides ASDF component :test-file.
## Usage
(defsystem foo
:defsystem-depends-on (:asdf-c-test-file)
:in-order-to ((test-op (run-test-op foo))) ;; Need for ASDF3
:components
((:module "src"
:components
((:file "core")
(:file "util")))
(:test-file "test/core")
(:test-file "test/util")))## Description
asdf-c-test-file provides `:test-file` as an ASDF component which is for a test file to run only when `asdf:test-system`.
## Author
* Eitarow Fukamachi ([email protected])
## Copyright
Copyright (c) 2012 Eitarow Fukamachi ([email protected])
# License
Licensed under the LLGPL License.