Last change
on this file since 14257 was
14257,
checked in by Mark Evenson, 8 years ago
|
jfli: move IntellJ dependent tests into separate ASDF system.
Reported by Carlos Ungil.
|
File size:
265 bytes
|
Line | |
---|
1 | (require :asdf) |
---|
2 | |
---|
3 | (asdf:defsystem jfli |
---|
4 | :version "0.2.0" |
---|
5 | :components ((:file "jfli"))) |
---|
6 | |
---|
7 | |
---|
8 | ;;; Requires integration with |
---|
9 | (asdf:defsystem jfli-intellij-tests |
---|
10 | :version "0.1.0" |
---|
11 | :components ((:module test |
---|
12 | :components ((:file "yanking"))))) |
---|
Note: See
TracBrowser
for help on using the repository browser.