From 0d5f48fcdd9c5b9a8f508e9cc84898512f17d1ea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Jan 2012 15:33:20 +0300 Subject: Add tests launcher from shell script. --- Makefile.am | 1 + manaplustest | 4 ++++ manaplustest.desktop | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 manaplustest diff --git a/Makefile.am b/Makefile.am index 917a92036..53a66e138 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = $(desktop_DATA) \ CMake/Modules/FindENet.cmake \ CMake/Modules/FindLibIntl.cmake \ CMake/Modules/FindSDL_gfx.cmake \ + manaplustests \ manaplus.cbp \ manaplus.menu \ manaplus.spec \ diff --git a/manaplustest b/manaplustest new file mode 100755 index 000000000..62ee7ffe4 --- /dev/null +++ b/manaplustest @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/games +manaplus --test diff --git a/manaplustest.desktop b/manaplustest.desktop index d8cdc8e54..70e5ea44b 100644 --- a/manaplustest.desktop +++ b/manaplustest.desktop @@ -9,7 +9,7 @@ Comment[it]=Un gioco fantasy online Comment[nl]=Een online role playing game Comment[sv]=Ett fantasyrollspel online Comment[ru]=Клиент к 2D MMORPG игре -Exec=manaplus --tests +Exec=manaplustests StartupNotify=false Terminal=false Type=Application -- cgit v1.2.3-60-g2f50