~unity-team/unity/dash-fixes-2011-03-14

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Neil Jagdish Patel
  • Date: 2009-10-15 10:40:35 UTC
  • Revision ID: neil.patel@canonical.com-20091015104035-ijthyaoq3rwqu8r7
[build] Initial commit

added:
  .bzrignore
  AUTHORS
  COPYING
  ChangeLog
  Makefile.am
  NEWS
  README
  autogen.sh
  configure.ac
  src/
  src/Makefile.am
  src/main.vala
  src/quicklauncher/
  src/quicklauncher/Makefile.am
  src/quicklauncher/quicklauncher.vala
  src/unity.vala
  tests/
  tests/Makefile.am
  tests/test-unity.vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = src tests
 
2
 
 
3
# Test reports
 
4
.PHONY: check-report
 
5
check-report:
 
6
        $(MAKE) -C tests/ $(@)