mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-07 13:27:13 +01:00
11 lines
188 B
Makefile
11 lines
188 B
Makefile
SUBDIRS = bin suites ossfuzz
|
|
EXTRA_DIST = scripts run-suites
|
|
|
|
TESTS = run-suites
|
|
TESTS_ENVIRONMENT = \
|
|
top_srcdir=$(top_srcdir) \
|
|
top_builddir=$(top_builddir)
|
|
|
|
clean-local:
|
|
rm -rf logs
|