~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_setup.py

[merge] bialix: add a win32 installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    def test_build(self):
34
34
        """ test cmd `python setup.py build`
35
 
        
36
 
        This typically catches new subdirectories which weren't added to setup.py
 
35
 
 
36
        This tests that the build process and man generator run correctly.
 
37
        It also can catch new subdirectories that weren't added to setup.py.
37
38
        """
38
39
        self.log('test_build running in %s' % os.getcwd())
39
40
        try: