From ac73480a348b659e011054248de00a637dad3421 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 1 Jun 2012 15:30:56 +0200 Subject: build-sys: convert tests/ to module Signed-off-by: Karel Zak --- tests/helpers/Makefile.am | 9 --------- tests/helpers/Makemodule.am | 12 ++++++++++++ 2 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 tests/helpers/Makefile.am create mode 100644 tests/helpers/Makemodule.am (limited to 'tests/helpers') diff --git a/tests/helpers/Makefile.am b/tests/helpers/Makefile.am deleted file mode 100644 index fa95b9efa..000000000 --- a/tests/helpers/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/config/include-Makefile.am - -noinst_PROGRAMS = \ - test_byteswap \ - test_md5 \ - test_pathnames \ - test_sysinfo - -test_md5_SOURCES = test_md5.c $(top_srcdir)/lib/md5.c diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am new file mode 100644 index 000000000..0228cb327 --- /dev/null +++ b/tests/helpers/Makemodule.am @@ -0,0 +1,12 @@ + +noinst_PROGRAMS += test_byteswap +test_byteswap_SOURCES = tests/helpers/test_byteswap.c + +noinst_PROGRAMS += test_md5 +test_md5_SOURCES = tests/helpers/test_md5.c lib/md5.c + +noinst_PROGRAMS += test_pathnames +test_pathnames_SOURCES = tests/helpers/test_pathnames.c + +noinst_PROGRAMS += test_sysinfo +test_sysinfo_SOURCES = tests/helpers/test_sysinfo.c -- cgit v1.2.3-55-g7522