forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOniUnitTestRunner.re
More file actions
30 lines (24 loc) · 928 Bytes
/
OniUnitTestRunner.re
File metadata and controls
30 lines (24 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Oni_Core_Test.Helpers.allocateConsoleIfNecessary();
VTerm_Test.TestFramework.cli();
Oni_Core_Test.TestFramework.cli();
Oni_Core_Utility_Test.TestFramework.cli();
Oni_Core_WhenExpr_Test.TestFramework.cli();
Oni_Model_Test.TestFramework.cli();
Oni_Syntax_Test.TestFramework.cli();
Feature_Editor_Test.TestFramework.cli();
Feature_LanguageSupport_Test.TestFramework.cli();
Feature_Diagnostics_Test.TestFramework.cli();
Service_Extensions_Test.TestFramework.cli();
Service_Net_Test.TestFramework.cli();
Service_OS_Test.TestFramework.cli();
Vim.init();
Libvim_Test.TestFramework.cli();
EditorCoreTypes_Test.TestFramework.cli();
EditorInput_Test.TestFramework.cli();
Exthost_Transport_Test.TestFramework.cli();
Exthost_Test.TestFramework.cli();
Oniguruma_Test.TestFramework.cli();
Textmate_Test.TestFramework.cli();
TreeSitter_Test.TestFramework.cli();
KeyboardLayout_Test.TestFramework.cli();
Oni_Cli_Test.TestFramework.cli();