blob: 9e8bd8ecdc2f58690f95c2164c66a27fd7c00255 (
plain)
1
2
3
4
5
6
7
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.2 gnits
TESTS = cr-1 time-1
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = LS=../../src/ls TOUCH=../../src/touch
|