gitlab.com/SiaPrime/SiaPrime@v1.4.1/build/pool_on.go (about)

     1  // +build pool
     2  
     3  package build
     4  
     5  // POOL set to true enables a set of tests that require a running MySQL db
     6  // set up for pool testing.
     7  const POOL = true