11 lines
196 B
Factor
11 lines
196 B
Factor
|
|
! Copyright (C) 2006 Chris Double.
|
||
|
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
|
PROVIDE: libs/match
|
||
|
|
{ +files+ {
|
||
|
|
"match.factor"
|
||
|
|
"match.facts"
|
||
|
|
} }
|
||
|
|
{ +tests+ {
|
||
|
|
"tests.factor"
|
||
|
|
} } ;
|