#!/usr/bin/perl -w use strict; use Test::More qw(no_plan); use App::Config; use App::Config::Backend_Type = 'SQL'; require test_helper_utils; test_helper_utils::create_SQL_db(); do "t/backend.pl"; test_helper_utils::destroy_SQL_db();