1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Copyright (C) 2013 Ben Asselstine
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
AM_COLOR_TESTS=no
AM_TESTS_ENVIRONMENT=export licensing=${top_builddir}/src/licensing; \
export builddir=${builddir}; \
export LU_COMMENT_EXTRACTOR_DIR=${top_builddir}/src; \
export LU_LANGFILE_DIR=${top_srcdir}/lang-files;
comment_tests=0001
TESTS=${comment_tests}
check_SCRIPTS=${comment_tests}
EXTRA_DIST=${comment_tests}
|