Bug 1048306 - move TestDllInterceptor to CPP_UNIT_TESTS; r=mshal

This commit is contained in:
Nathan Froyd 2014-07-31 16:16:27 -04:00
Родитель 309ffd1748
Коммит 5e453adaf5
2 изменённых файлов: 8 добавлений и 3 удалений

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

@ -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 += [