]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/forestdb/lib/lib-tests.factor
extra/: ensuring tests have an IN:-line ending with .tests
[factor.git] / extra / forestdb / lib / lib-tests.factor
index 2aa978052388924cb588c646b2e8eba572dcd223..73a2a46f6292188a309a98fda86a6b2063bdfbb7 100644 (file)
@@ -1,13 +1,8 @@
 ! Copyright (C) 2014 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.data alien.strings
-alien.syntax arrays assocs classes.struct combinators
-combinators.short-circuit constructors continuations destructors
-forestdb.ffi forestdb.utils fry generalizations io.directories
-io.encodings.string io.encodings.utf8 io.files.temp io.pathnames
-kernel layouts libc make math math.parser math.ranges multiline
-namespaces sequences system tools.test ;
-IN: forestdb.lib
+USING: accessors alien.strings arrays forestdb.lib forestdb.utils kernel
+make multiline sequences tools.test ;
+IN: forestdb.lib.tests
 
 ! Get/set by key/value
 { "val123" } [
@@ -383,4 +378,4 @@ IN: forestdb.lib
             ] with-fdb-byseq-each
         ] { } make
     ] with-forestdb-test-manual
-] unit-test
\ No newline at end of file
+] unit-test