Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.