Skip to content

Commit

Permalink
forestdb.lib: Forestdb currently doesn't compile on Windows x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Jan 24, 2015
1 parent edf1bdd commit 6a7ef76
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions extra/forestdb/lib/lib-tests.factor
Expand Up @@ -2,13 +2,15 @@
! 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
constructors continuations destructors forestdb.ffi
forestdb.utils fry generalizations io.directories
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 libc make math math.parser math.ranges multiline
namespaces sequences tools.test ;
kernel layouts libc make math math.parser math.ranges multiline
namespaces sequences system tools.test ;
IN: forestdb.lib

{ [ cell-bits 32 = ] [ os windows? ] } 0&& [

{ } [ [ delete-test-db-0 ] ignore-errors ] unit-test
{ } [ [ delete-test-db-1 ] ignore-errors ] unit-test

Expand Down Expand Up @@ -373,3 +375,5 @@ IN: forestdb.lib
] { } make
] with-forestdb-path
] unit-test

] unless

0 comments on commit 6a7ef76

Please sign in to comment.