зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1048306 - move TestDllInterceptor to CPP_UNIT_TESTS; r=mshal
This commit is contained in:
Родитель
309ffd1748
Коммит
5e453adaf5
|
@ -12,5 +12,3 @@ libs:: TestXREMakeCommandLineWin.ini
|
|||
check::
|
||||
@echo 'Running TestXREMakeCommandLineWin tests'
|
||||
@$(RUN_TEST_PROGRAM) $(FINAL_TARGET)/TestXREMakeCommandLineWin.exe
|
||||
@echo 'Running TestDllInterceptor tests'
|
||||
@$(RUN_TEST_PROGRAM) $(FINAL_TARGET)/TestDllInterceptor.exe
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
SIMPLE_PROGRAMS = [
|
||||
'TestDllInterceptor',
|
||||
'TestXREMakeCommandLineWin',
|
||||
]
|
||||
|
||||
|
@ -13,6 +12,14 @@ SOURCES += [
|
|||
'%s.cpp' % s for s in SIMPLE_PROGRAMS
|
||||
]
|
||||
|
||||
CPP_UNIT_TESTS += [
|
||||
'TestDllInterceptor',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
'%s.cpp' % s for s in CPP_UNIT_TESTS
|
||||
]
|
||||
|
||||
DEFINES['NS_NO_XPCOM'] = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче