~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-04-16 00:08:16 UTC
  • mto: (1461.2.2 more-valgrind)
  • mto: This revision was merged to the branch mainline in revision 1477.
  • Revision ID: mordred@inaugust.com-20100416000816-ihkknd84g315lmmu
Latest pandora-build. Moves the lint check to only run distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
EXTRA_DIST+=    ${man_MANS}
67
67
 
68
68
.PHONY: \
69
 
        indent \
70
 
        test
71
 
 
72
 
 
73
 
# Target 'test' will run the regression test suite using the built server.
74
 
#
75
 
# If you are running in a shared environment, users can avoid clashing
76
 
# port numbers by setting individual small numbers 1-100 to the
77
 
# environment variable MTR_BUILD_THREAD. The script "test-run"
78
 
# will then calculate the various port numbers it needs from this,
79
 
# making sure each user use different ports.
80
 
 
81
 
test: test-drizzle
 
69
        indent
82
70
 
83
71
doxygen:
84
72
        doxygen Doxyfile