mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Get library from correct directory - fixes "make check"
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19433 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ef26cb58ea
commit
d1af4c3091
@ -31,6 +31,7 @@
|
||||
#include "test-dbi-business-stuff.h"
|
||||
|
||||
#include "Account.h"
|
||||
#include <TransLog.h>
|
||||
#include "Transaction.h"
|
||||
#include "Split.h"
|
||||
#include "gnc-commodity.h"
|
||||
@ -160,8 +161,8 @@ int main (int argc, char ** argv)
|
||||
|
||||
qof_init();
|
||||
cashobjects_register();
|
||||
qof_load_backend_library ("../../../../backend/dbi/.libs/", GNC_LIB_NAME);
|
||||
init_business_sql();
|
||||
xaccLogDisable();
|
||||
qof_load_backend_library ("../.libs/", GNC_LIB_NAME);
|
||||
|
||||
// Create a session with data
|
||||
session_1 = create_session();
|
||||
|
Loading…
Reference in New Issue
Block a user