mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
537 B
12 lines
537 B
AM_CPPFLAGS = -I$(top_srcdir) $(LIBGSF_CFLAGS) $(LIBXML2_CFLAGS)
|
|
LDADD = ../gsf/libgsf-1.la $(LIBGSF_LIBS)
|
|
|
|
check_PROGRAMS = test-msole1 test-msole2 test-cp-msole test-msvba \
|
|
test-zip1 test-input1 test-cp \
|
|
test-textline test-ls-zip test-cat-zip test-zip2 \
|
|
test-cp-zip test-out-printf test-outmem-printf \
|
|
test-msole-printf test-zip-out test-zip-out-subdirs \
|
|
test-out-gzip1 test-out-gzip2 test-gzip1 test-gzip2 \
|
|
test-out-bzip test-bzip \
|
|
test-dump-msole test-restore-msole test-msvba-zip # test-xml
|