[grisbi-cvs] grisbi/src/tests Makefile.am, NONE, 1.1 gsb_data_account_cunit.c, NONE, 1.1 gsb_data_account_cunit.h, NONE, 1.1 gsb_real_cunit.c, NONE, 1.1 gsb_real_cunit.h, NONE, 1.1 main_cunit.c, NONE, 1.1 main_cunit.h, NONE, 1.1 utils_dates_cunit.c, NONE, 1.1 utils_dates_cunit.h, NONE, 1.1

Mathias Lorente m-lorente at users.sourceforge.net
Tue May 4 22:58:28 CEST 2010


Update of /cvsroot/grisbi/grisbi/src/tests
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20191/tests

Added Files:
	Makefile.am gsb_data_account_cunit.c gsb_data_account_cunit.h 
	gsb_real_cunit.c gsb_real_cunit.h main_cunit.c main_cunit.h 
	utils_dates_cunit.c utils_dates_cunit.h 
Log Message:
Move tests from main source directory to tests directory

--- NEW FILE: gsb_data_account_cunit.h ---
#ifndef _GSB_DATA_ACCOUNT_CUNIT_H
#define _GSB_DATA_ACCOUNT_CUNIT_H (1)

#include <CUnit/Basic.h>

/* START_INCLUDE_H */
/* END_INCLUDE_H */

/* START_DECLARATION */
CU_pSuite gsb_data_account_cunit_create_suite();
/* END_DECLARATION */

#endif//_GSB_DATA_ACCOUNT_CUNIT_H

--- NEW FILE: main_cunit.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: main_cunit.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: gsb_data_account_cunit.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: utils_dates_cunit.h ---
#ifndef _UTILS_DATES_CUNIT_H
#define _UTILS_DATES_CUNIT_H (1)

#include <CUnit/Basic.h>

/* START_INCLUDE_H */
/* END_INCLUDE_H */

/* START_DECLARATION */
CU_pSuite utils_dates_cunit_create_suite ( void );
/* END_DECLARATION */

#endif//_UTILS_DATES_CUNIT_H

--- NEW FILE: gsb_real_cunit.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: Makefile.am ---
# Cunit

if HAVE_CUNIT

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src

check_PROGRAMS = cunit_tests
TESTS = cunit_tests

cunit_tests_SOURCES = \
	main_cunit.c	\
	gsb_data_account_cunit.c	\
	gsb_real_cunit.c	\
	utils_dates_cunit.c	\
	\
	main_cunit.h	\
	gsb_data_account_cunit.h	\
	gsb_real_cunit.h	\
	utils_dates_cunit.h

cunit_tests_LDFLAGS = @lt_prog_compiler_wl@@export_dynamic_flag_spec@

cunit_tests_LDADD = $(top_srcdir)/src/libgrisbi.a -lcunit $(GTK_LIBS)


CLEANFILES = *~

MAINTAINERCLEANFILES = Makefile.in

endif

--- NEW FILE: gsb_real_cunit.h ---
#ifndef _GSB_REAL_CUNIT_H
#define _GSB_REAL_CUNIT_H (1)

#include <CUnit/Basic.h>

/* START_INCLUDE_H */
/* END_INCLUDE_H */

/* START_DECLARATION */
CU_pSuite gsb_real_cunit_create_suite ( void );
/* END_DECLARATION */

#endif//_GSB_REAL_CUNIT_H

--- NEW FILE: utils_dates_cunit.c ---
(This appears to be a binary file; contents omitted.)



More information about the cvs mailing list