new ones. Many more of the old ones must be "ported" to this new format to make the test suite complete again.
8 lines
136 B
Makefile
8 lines
136 B
Makefile
all:
|
|
install:
|
|
|
|
test:
|
|
[ -f command1.txt ] || ln -s $(srcdir)/*.txt .
|
|
|
|
EXTRA_DIST = test1 test100 test2 test3 test300 test4 test400
|