Bug 888643 - Part c: Disallow CPP_UNIT_TESTS in Makefiles; r=gps

This commit is contained in:
Ms2ger 2013-07-24 09:24:07 +02:00
Родитель 10d5739f7a
Коммит 1139519c21
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -15,6 +15,7 @@ endif
# present. If they are, this is a violation of the separation of # present. If they are, this is a violation of the separation of
# responsibility between Makefile.in and mozbuild files. # responsibility between Makefile.in and mozbuild files.
_MOZBUILD_EXTERNAL_VARIABLES := \ _MOZBUILD_EXTERNAL_VARIABLES := \
CPP_UNIT_TESTS \
DIRS \ DIRS \
EXTRA_PP_COMPONENTS \ EXTRA_PP_COMPONENTS \
GTEST_CMMSRCS \ GTEST_CMMSRCS \

Просмотреть файл

@ -15,6 +15,7 @@ endif
# present. If they are, this is a violation of the separation of # present. If they are, this is a violation of the separation of
# responsibility between Makefile.in and mozbuild files. # responsibility between Makefile.in and mozbuild files.
_MOZBUILD_EXTERNAL_VARIABLES := \ _MOZBUILD_EXTERNAL_VARIABLES := \
CPP_UNIT_TESTS \
DIRS \ DIRS \
EXTRA_PP_COMPONENTS \ EXTRA_PP_COMPONENTS \
GTEST_CMMSRCS \ GTEST_CMMSRCS \