Add python3-setuptools dependency for python 3.12
[platform/core/system/tlm.git] / tests / Makefile.am
1 if ENABLE_TESTS
2 SUBDIRS = config daemon
3 else
4 SUBDIRS =
5
6 check-local:
7         @echo "ERROR: tests are enabled only if ./configure is run with --enable-tests"
8         @exit 1
9 endif
10
11 VALGRIND_TESTS_DISABLE =
12 valgrind: $(SUBDIRS)
13         for t in $(filter-out $(VALGRIND_TESTS_DISABLE),$(SUBDIRS)); do \
14                 cd $$t; $(MAKE) valgrind; cd ..;\
15         done;
16
17 EXTRA_DIST = \
18     valgrind.supp \
19     valgrind_common.mk \
20     tlm-test.conf.in \
21     test_common.mk