~darkxst/ubuntu/raring/cogl/lp1163025

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-13 19:11:11 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120313191111-3hgk529qkh9m6uk2
Tags: 1.9.8-0ubuntu1
* New upstream release (LP: #941617)
* Updated symbols & library name for soname update
* debian/control.in: Bump minimum glib to 2.28
* debian/patches/02_disable_armv5t_specific_optimization.patch: Disabled

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
test conform:
8
8
        ( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
9
9
 
10
 
test-report full-report:
11
 
        ( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
12
 
 
13
 
.PHONY: test conform test-report full-report
 
10
.PHONY: test conform
14
11
 
15
12
# run make test as part of make check
16
13
check-local: test