1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/scripts/run_tests.sh
nowrep 00a5b62667 Fixed matching cookies according RFC 6265.
Perform cookie domain matching on domains without
leading dot.
Matching cookies against blocklist/whitelist is now
also properly working.
2013-02-01 14:45:42 +01:00

10 lines
138 B
Bash
Executable File

#!/bin/bash
# run_tests.sh
cd ../tests/autotests
(qmake DEFINES+=NO_SYSTEM_DATAPATH && make) || exit 1
cd ../../bin
./autotests
exit $?