9 lines
134 B
Makefile
9 lines
134 B
Makefile
SUBDIRS = tests
|
|
|
|
check_SCRIPTS = test_functions.sh
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = $(check_SCRIPTS)
|
|
|
|
# vim:set noet:
|