2021-02-27 23:58:05 +03:00
|
|
|
|
2021-02-28 22:57:28 +03:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_srcdir)/common
|
|
|
|
|
2022-01-27 18:55:53 +03:00
|
|
|
PACKAGE_STRING = "memtest"
|
|
|
|
|
2021-03-29 00:55:19 +03:00
|
|
|
check_PROGRAMS = \
|
2021-02-27 23:58:05 +03:00
|
|
|
memtest
|
|
|
|
|
|
|
|
memtest_SOURCES = \
|
|
|
|
libmem.h \
|
|
|
|
libmem.c \
|
|
|
|
memtest.c
|
|
|
|
|
2021-02-28 22:57:28 +03:00
|
|
|
memtest_LDADD = \
|
|
|
|
$(top_builddir)/common/libcommon.la
|
|
|
|
|
2021-02-27 23:58:05 +03:00
|
|
|
TESTS = \
|
2021-04-13 12:32:52 +03:00
|
|
|
memtest
|