1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02:10 +02:00
falkonOfficial/scripts/run_tests.sh

10 lines
126 B
Bash
Executable File

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