2006-09-04 23:04:27 -04:00
|
|
|
! Copyright (C) 2006 Chris Double.
|
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2006-10-21 02:40:38 -04:00
|
|
|
PROVIDE: contrib/match
|
|
|
|
|
{ +files+ {
|
|
|
|
|
"match.factor"
|
2006-09-04 23:04:27 -04:00
|
|
|
"match.facts"
|
2006-10-21 02:40:38 -04:00
|
|
|
} }
|
|
|
|
|
{ +tests+ {
|
|
|
|
|
"tests.factor"
|
|
|
|
|
} } ;
|