remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / tools / crossref / crossref-tests.factor
blob3d09802576bb68f3e566f4cc97826c3eb6c06815
1 USING: math kernel sequences io.files io.pathnames
2 tools.crossref tools.test parser namespaces source-files generic
3 definitions ;
4 IN: tools.crossref.tests
6 GENERIC: foo
8 M: integer foo + ;
10 "resource:basis/tools/crossref/test/foo.factor" run-file
12 [ t ] [ integer \ foo method \ + usage member? ] unit-test
13 [ t ] [ \ foo usage [ pathname? ] any? ] unit-test