diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rwxr-xr-x | manaplustest | 4 | ||||
-rw-r--r-- | manaplustest.desktop | 2 |
3 files changed, 6 insertions, 1 deletions
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 |