With the usage of DIST_SUBDIRS, the makefiles for the tests/* will be
generated, and building the tests/* should be controlled using SUBDIRS.
Remove the AM_COND condition for --disable-tests in the AC_CONFIG_FILES
list.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
scripts/Makefile
scripts/init.d/cgconfig
scripts/init.d/cgred
+ tests/Makefile
+ tests/ftests/Makefile
+ tests/gunit/Makefile
samples/Makefile
samples/c/Makefile
samples/config/Makefile
doc/man/Makefile
dist/Makefile
libcgroup.pc])
-AM_COND_IF([WITH_TESTS],
- [AC_CONFIG_FILES([tests/Makefile
- tests/ftests/Makefile
- tests/gunit/Makefile])])
AC_CONFIG_FILES([dist/libcgroup.spec:dist/libcgroup.spec.in])
CFLAGS="$CFLAGS -Wall"
AC_OUTPUT