mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
10 lines
124 B
Bash
10 lines
124 B
Bash
|
#!/bin/bash
|
||
|
# run_tests.sh
|
||
|
|
||
|
cd ../tests/autotests
|
||
|
qmake DEFINES+=NO_SYSTEM_DATAPATH && make
|
||
|
cd ../../bin
|
||
|
|
||
|
clear
|
||
|
./autotests
|