Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Change test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
luizaugustomm committed Jun 4, 2017
1 parent 8087ec0 commit 70c7f5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ add_custom_target (pot_file ALL DEPENDS ${_pot_file})

# test data files
include (CTest)
add_test (NAME validate-desktop-file COMMAND desktop-file-validate ${CMAKE_BINARY_DIR}/data/${PACKAGE_ID}.desktop)
add_test (NAME validate-appdata COMMAND appstreamcli validate ${CMAKE_BINARY_DIR}/data/${PACKAGE_ID}.appdata.xml)
add_test (NAME validate-desktop-file COMMAND desktop-file-validate ${CMAKE_CURRENT_SOURCE_DIR}/data/${PACKAGE_ID}.desktop)
add_test (NAME validate-appdata COMMAND appstreamcli validate ${CMAKE_CURRENT_SOURCE_DIR}/data/${PACKAGE_ID}.appdata.xml)
10 changes: 9 additions & 1 deletion data/com.github.luizaugustomm.tomato.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<caption>Pomodoro time</caption>
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/pomodoro.png</image>
</screenshot>

<screenshot>
<caption>Start page</caption>
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/start.png</image>
Expand Down Expand Up @@ -43,6 +43,14 @@
</provides>

<releases>
<release version="2.0.1" urgency="medium" date="2017-06-04">
⁠<description>
<ul>
<li>Solved app center issues</li>
</ul>
⁠</description>
</release>

<release version="2.0.0" urgency="medium" date="2017-06-02">
⁠<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion po/com.github.luizaugustomm.tomato.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-04 10:55-0300\n"
"POT-Creation-Date: 2017-06-04 11:01-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit 70c7f5a

Please sign in to comment.