2009-12-15 05:01:36 +08:00
|
|
|
SUBDIRS = bin suites
|
2010-01-22 02:59:17 +08:00
|
|
|
EXTRA_DIST = scripts run-suites
|
2009-08-26 02:23:16 +08:00
|
|
|
|
2009-12-15 05:01:36 +08:00
|
|
|
TESTS = run-suites
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
top_srcdir=$(top_srcdir) \
|
|
|
|
top_builddir=$(top_builddir)
|
2009-08-26 02:24:07 +08:00
|
|
|
|
2009-07-27 03:44:11 +08:00
|
|
|
clean-local:
|
2009-12-15 05:01:36 +08:00
|
|
|
rm -rf logs
|