Skip to content

Commit

Permalink
Document the --enable-tests configure option.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored and Mike Krüger committed Jun 12, 2012
1 parent c3ac65a commit bf60fc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ usage ()
echo " included in the build. It can be used in combination with --profile"
echo " to select the add-ins to be built for a specific profile."
echo ""
echo "--enable-tests"
echo " Build the md test suite"
echo ""
echo "--profile=PROFILE"
echo ""
echo " Configure the build system using the provided profile."
Expand Down
6 changes: 6 additions & 0 deletions main/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,10 @@ EXTRA_DIST = \
test-projects/console-project/ConsoleProject/Program.cs \
test-projects/console-project/ConsoleProject.sln

else

test:
@echo "md is configured without --enable-tests."
@exit 1

endif

0 comments on commit bf60fc2

Please sign in to comment.