From 6eafe79b0df16f824feedc69e7a4666855d68395 Mon Sep 17 00:00:00 2001 From: Joshua Cranmer Date: Mon, 12 Aug 2013 07:55:34 -0500 Subject: [PATCH] Bug 901568 - Move CPP_UNIT_TESTS to moz.build, r=Standard8. --HG-- extra : rebase_source : 74c5f89e214db6817ca374d6a757a4db685f9b32 --- mailnews/base/test/Makefile.in | 4 ---- mailnews/base/test/moz.build | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mailnews/base/test/Makefile.in b/mailnews/base/test/Makefile.in index 15813a188b..f1efe1201c 100644 --- a/mailnews/base/test/Makefile.in +++ b/mailnews/base/test/Makefile.in @@ -13,10 +13,6 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/config.mk -CPP_UNIT_TESTS = \ - TestMailCookie.cpp \ - $(NULL) - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ diff --git a/mailnews/base/test/moz.build b/mailnews/base/test/moz.build index 8dc2ae73b6..fca1fa7994 100644 --- a/mailnews/base/test/moz.build +++ b/mailnews/base/test/moz.build @@ -5,3 +5,7 @@ XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] +CPP_UNIT_TESTS += [ + 'TestMailCookie.cpp', +] +