~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to unittest/Makefile.am

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
 
SUBDIRS      = mytap . mysys examples
 
16
SUBDIRS      = mytap mysys examples
17
17
 
18
18
EXTRA_DIST = unit.pl
19
19
CLEANFILES = unit
20
20
 
21
 
unittests = mytap mysys @mysql_se_unittest_dirs@  @mysql_pg_unittest_dirs@
 
21
unittests = mytap mysys @mysql_se_unittest_dirs@  @mysql_pg_unittest_dirs@ ../dbug
22
22
 
23
23
test:
24
24
        perl unit.pl run $(unittests)