mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 12:11:11 +00:00
11 lines
180 B
Text
11 lines
180 B
Text
|
SUBDIRS = bin suites
|
||
|
EXTRA_DIST = scripts run-suites
|
||
|
|
||
|
TESTS = run-suites
|
||
|
TESTS_ENVIRONMENT = \
|
||
|
top_srcdir=$(top_srcdir) \
|
||
|
top_builddir=$(top_builddir)
|
||
|
|
||
|
clean-local:
|
||
|
rm -rf logs
|