~azzar1/nux/fix-965025

« back to all changes in this revision

Viewing changes to tests/Makefile.am

* Adding TextEntry Input Method test to 'make check'.. Fixes: . Approved by Jay Taoko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
check-headless: gtest-nux-core
253
253
        @gtester --verbose -k -o=test-nux-results.xml ./gtest-nux-core
254
254
 
255
 
test-apps: test-graphics-display test-empty-window xtest-button xtest-mouse-events xtest-mouse-buttons xtest-hgrid-key-navigation xtest-hlayout-key-navigation xtest-vlayout-key-navigation xtest-scrollbar xtest-focus-on-mouse-down xtest-focus-on-mouse-enter xtest-keynav-directions
 
255
test-apps: test-graphics-display test-empty-window xtest-text-entry xtest-button xtest-mouse-events xtest-mouse-buttons xtest-hgrid-key-navigation xtest-hlayout-key-navigation xtest-vlayout-key-navigation xtest-scrollbar xtest-focus-on-mouse-down xtest-focus-on-mouse-enter xtest-keynav-directions
256
256
        ./test-graphics-display
257
257
        ./test-empty-window
 
258
        ./xtest-text-entry
258
259
        ./xtest-button
259
260
        ./xtest-mouse-events
260
261
        ./xtest-mouse-buttons