the new tag AX_BUILD_TEST allows to use tests without the need of AX_USE_CPPUNIT, so only AX_BUILD_TEST can be used for testing scripts. AX_USE_CPPUNIT calls AX_BUILD_TEST, so you don't need to specify both

This commit is contained in:
Marc Wäckerlin
2015-11-04 08:52:48 +00:00
parent 76fa520504
commit 114f438a7c
4 changed files with 61 additions and 33 deletions

2
README
View File

@@ -5,7 +5,7 @@ Simply setup a new project:
2. checkout trunk of the new subversion repository
3. cd into the new project subversion working copy
4. call with full path: /path/to/bootstrap.sh
5. follow the einstructions, i.e. edit configure.ac
5. follow the instructions, i.e. edit configure.ac
6. run again: /path/to/bootstrap.sh
7. add some generated files: svn add COPYING ChangeLog INSTALL
8. your project is setup and compilable, test: ./bootstrap.sh -b