File: Makefile.am

package info (click to toggle)
licenseutils 0.0.9-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,672 kB
  • sloc: ansic: 26,827; sh: 6,889; makefile: 716; cpp: 348; sed: 16
file content (17 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (5)
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}