summaryrefslogtreecommitdiff
path: root/tests/reqd_clean_cache/Makefile
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2014-01-05 22:42:41 +0100
committerAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:33 +0200
commitc8659b636be5e763c5dc028a5db7294b1af2648c (patch)
tree7dacf7580ff8c7d8c64682eaa28350bc47fbd56e /tests/reqd_clean_cache/Makefile
parent004c4cd3db1d9ad252eccbc1e9e6c54ec61a2927 (diff)
parentaba913436a8521abe405a04ed71388989e1d646f (diff)
Imported Debian patch 0.25.0-1
Diffstat (limited to 'tests/reqd_clean_cache/Makefile')
-rw-r--r--tests/reqd_clean_cache/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/reqd_clean_cache/Makefile b/tests/reqd_clean_cache/Makefile
new file mode 100644
index 0000000..04ea2e9
--- /dev/null
+++ b/tests/reqd_clean_cache/Makefile
@@ -0,0 +1,14 @@
+MKC_REQUIRE_HEADERS = trtrtr.h sys/brbrbr.h
+MKC_REQUIRE_PROGS = trtrtr brbrbr
+MKC_REQUIRE_FUNCLIBS = trtrtr brbrbr:dl
+MKC_REQUIRE_DEFINES = TRTRTR BRBRBR:sys/time.h
+MKC_REQUIRE_TYPES = trtrtr_t brbrbr_t:sys/time.h
+MKC_REQUIRE_VARS = v_trtrtr v_brbrbr:sys/time.h
+MKC_REQUIRE_MEMBERS = trtr.trtr_t:string.h brbr.brbr_t:sys/time.h
+MKC_REQUIRE_FUNCS2 = trtrtr:sys/time.h
+MKC_REQUIRE_FUNCS3 = brbrbr
+MKC_REQUIRE_CUSTOM = test1
+MKC_CUSTOM_FN.test1 = test1.c
+
+.include "test.mk"
+.include <mkc.mk>