~azzar1/nux/dnd-fix

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Tarmac
  • Author(s): Tim Penhey
  • Date: 2012-02-21 00:25:43 UTC
  • mfrom: (578.1.1 make-check-headless)
  • Revision ID: tarmac-20120221002543-dycibf7wql75rnp5
Make the root Makefile know about check-headless.

It does this by adding a specific make target, that just changes into the tests directory and runs make check-headless.. Fixes: . Approved by Jay Taoko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
DISTCLEANFILES = doc/html/* doc/*
12
12
EXTRA_DIST = $(DX_CONFIG) autogen.sh COPYING.gpl .bzrignore
13
13
 
 
14
check-headless:
 
15
        cd tests; $(MAKE) check-headless