ports/devel/electron4/Makefile.tests
Luca Pizzamiglio 2f40d531c4 devel/electron4: Add electron 4.2.2
Finally, after a long wait, an electron port for FreeBSD lands in the
portstree.

A huge thanks to everyone contributed to this huge effort and to the
maintainer that is willing to take the burden of the maintainership!
2019-05-28 09:12:02 +00:00

79 lines
1.6 KiB
Text

# $FreeBSD$
TEST_TARGETS= base_unittests \
chromedriver_unittests \
crypto_unittests \
printing_unittests \
url_unittests
# capture_unittests \
# cc_unittests \
# compositor_unittests \
# content_unittests \
# dbus_unittests \
# display_unittests \
# events_unittests \
# gin_unittests \
# gl_unittests \
# gpu_unittests \
# headless_unittests \
# media_unittests \
# media_mojo_unittests \
# midi_unittests \
# mojo_unittests \
# net_unittests \
# ppapi_unittests \
# skia_unittests \
# sql_unittests \
# storage_unittests \
# ui_base_unittests \
# url_ipc_unittests \
# unittests \
TEST_MODULES= electron\ module \
app\ module \
autoUpdater\ module \
BrowserView\ module \
BrowserWindow\ with\ affinity\ module \
BrowserWindow\ module \
CallbacksRegistry\ module \
clipboard\ module \
contentTracing \
debugger\ module \
deprecations \
desktopCapturer \
dialog\ module \
globalShortcut\ module \
ipc\ main\ module \
ipc\ renderer\ module \
MenuItems \
Menu\ module \
nativeImage\ module \
netLog\ module \
net\ module \
Notification\ module \
powerMonitor \
powerSaveBlocker\ module \
process\ module \
protocol\ module \
remote\ module \
screen\ module \
session\ module \
shell\ module \
systemPreferences\ module \
TouchBar\ module \
tray\ module \
View \
webContents\ module \
WebContentsView \
webFrame\ module \
webRequest\ module \
asar\ package \
chromium\ feature \
modules\ support \
node\ feature \
security\ warnings \
<webview>\ tag
# crashReporter\ module \
# inAppPurchase\ module \