chiark / gitweb /
lib/dpkg/tarfn.c: Kludge `tar_header_decode' to handle spurious `errno'.
[dpkg] / scripts / t / mk / buildflags.mk
1 DEB_CPPFLAGS_MAINT_APPEND = -DTEST_MK=test
2
3 include $(srcdir)/mk/buildflags.mk
4
5 test:
6         test "$(CFLAGS)" = "$(TEST_CFLAGS)"
7         test "$(CPPFLAGS)" = "$(TEST_CPPFLAGS) -DTEST_MK=test"
8         test "$(CXXFLAGS)" = "$(TEST_CXXFLAGS)"
9         test "$(FCFLAGS)" = "$(TEST_FCFLAGS)"
10         test "$(FFLAGS)" = "$(TEST_FFLAGS)"
11         test "$(GCJFLAGS)" = "$(TEST_GCJFLAGS)"
12         test "$(LDFLAGS)" = "$(TEST_LDFLAGS)"
13         test "$(OBJCFLAGS)" = "$(TEST_OBJCFLAGS)"
14         test "$(OBJCXXFLAGS)" = "$(TEST_OBJCXXFLAGS)"