mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
00a5b62667
Perform cookie domain matching on domains without leading dot. Matching cookies against blocklist/whitelist is now also properly working.
10 lines
138 B
Bash
Executable File
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 $?
|