Skip to content

Commit

Permalink
Changes needed for adding make check for unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Aug 19, 2017
1 parent f3dc156 commit 267734b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -20,7 +20,7 @@ endif
.PHONY: install-langs ScrollView.jar install-jars training

SUBDIRS = arch ccutil viewer cutil opencl ccstruct dict classify wordrec textord lstm
SUBDIRS += ccmain api . tessdata doc
SUBDIRS += ccmain api . tessdata doc unittest

EXTRA_DIST = README.md\
aclocal.m4 config configure.ac autogen.sh contrib \
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -66,7 +66,7 @@ AC_SUBST([GENERIC_VERSION])
# ----------------------------------------

# Do not require README file (we use README.md)
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_HEADERS([config_auto.h:config/config.h.in])
AM_MAINTAINER_MODE

Expand Down Expand Up @@ -501,6 +501,7 @@ AC_CONFIG_FILES([tessdata/Makefile])
AC_CONFIG_FILES([tessdata/configs/Makefile])
AC_CONFIG_FILES([tessdata/tessconfigs/Makefile])
AC_CONFIG_FILES([testing/Makefile])
AC_CONFIG_FILES([unittest/Makefile])
AC_CONFIG_FILES([java/Makefile])
AC_CONFIG_FILES([java/com/Makefile])
AC_CONFIG_FILES([java/com/google/Makefile])
Expand Down

0 comments on commit 267734b

Please sign in to comment.