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.
tdelibs/tdeioslave/http/kcookiejar/tests/Makefile.am

19 lines
555 B

# $Id$
# Makefile.am of tdebase/tdeioslave/http
INCLUDES= $(all_includes)
####### Files
check_PROGRAMS = kcookiejartest
kcookiejartest_SOURCES = kcookiejartest.cpp
kcookiejartest_LDADD = $(LIB_TDEIO)
kcookiejartest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
check-local: kcookiejartest
./kcookiejartest $(srcdir)/cookie.test
./kcookiejartest $(srcdir)/cookie_rfc.test
./kcookiejartest $(srcdir)/cookie_saving.test
./kcookiejartest $(srcdir)/cookie_settings.test