Nux

Merge lp:~unity-team/nux/nux.make-check-headless into lp:nux/2.0

Proposed by Jay Taoko
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 545
Merged at revision: 546
Proposed branch: lp:~unity-team/nux/nux.make-check-headless
Merge into: lp:nux/2.0
Diff against target: 21 lines (+4/-1)
1 file modified
tests/Makefile.am (+4/-1)
To merge this branch: bzr merge lp:~unity-team/nux/nux.make-check-headless
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Tim Penhey (community) Approve
Review via email: mp+90237@code.launchpad.net

Description of the change

* Added 'make check-headless'

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) wrote :

Looks fine to me, perhaps we should get didrocks to review.

review: Approve
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Perfect, even the .PHONY is there! :)

Approving, assuming that gtest-nux-core is passing on a headless machine. Let's see how it goes :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/Makefile.am'
2--- tests/Makefile.am 2012-01-03 14:43:17 +0000
3+++ tests/Makefile.am 2012-01-26 04:27:24 +0000
4@@ -246,6 +246,9 @@
5 ./gtest-nux-core
6 ./gtest-nux
7
8+check-headless: gtest-nux-core
9+ @gtester --verbose -k -o=test-nux-results.xml ./gtest-nux-core
10+
11 test-apps: test-graphics-display test-empty-window button-xtest mouse-events-test mouse-buttons-test hgrid-key-navigation-test hlayout-key-navigation-test vlayout-key-navigation-test scrollbar-test focus-on-mouse-down-test
12 ./test-graphics-display
13 ./test-empty-window
14@@ -274,7 +277,7 @@
15 clean-generic:
16 rm -f test-nux-results.xml test-nux-results.html
17
18-.PHONY: check-report full-report gtest test
19+.PHONY: check check-report full-report gtest test check-headless
20
21 endif
22

Subscribers

People subscribed via source and target branches

to all changes: