[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
- Previous message: [grisbi-cvs] grisbi/src Makefile.am, 1.167, 1.168 main.c, 1.176, 1.177 gsb_data_account_cunit.c, 1.5, NONE gsb_data_account_cunit.h, 1.2, NONE gsb_real_cunit.c, 1.13, NONE gsb_real_cunit.h, 1.2, NONE main_cunit.c, 1.3, NONE main_cunit.h, 1.1, NONE utils_dates_cunit.c, 1.5, NONE utils_dates_cunit.h, 1.2, NONE
- Next message: [grisbi-cvs] grisbi configure.in,1.88,1.89
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.)
- Previous message: [grisbi-cvs] grisbi/src Makefile.am, 1.167, 1.168 main.c, 1.176, 1.177 gsb_data_account_cunit.c, 1.5, NONE gsb_data_account_cunit.h, 1.2, NONE gsb_real_cunit.c, 1.13, NONE gsb_real_cunit.h, 1.2, NONE main_cunit.c, 1.3, NONE main_cunit.h, 1.1, NONE utils_dates_cunit.c, 1.5, NONE utils_dates_cunit.h, 1.2, NONE
- Next message: [grisbi-cvs] grisbi configure.in,1.88,1.89
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list