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

19 lines
546 B

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