forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune
81 lines (80 loc) · 4.71 KB
/
dune
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
(executables
(names InsertModeTest ClipboardInsertModePasteMultiLineTest
ClipboardInsertModePasteSingleLineTest ClipboardInsertModePasteEmptyTest
ClipboardNormalModePasteTest ClipboardYankTest ClipboardxpTest
ClipboardyypTest CopyActiveFilepathToClipboardTest EchoNotificationTest
ConfigurationInvalidThemeTest ConfigurationPerFileTypeTest
EditorFontFromPathTest EditorFontValidTest EditorSplitFileTest
EditorUtf8Test ExCommandKeybindingTest ExCommandKeybindingWithArgsTest
ExCommandKeybindingNormTest ExtConfigurationChangedTest ExtHostContextTest
ExtHostBufferOpenTest ExtHostBufferUpdatesTest
ExtHostCommandActivationTest ExtHostCompletionTest ExtHostDefinitionTest
ExtHostFileSystemTest
ExtHostFormatSingleEditTest ExtHostFormatFullEditTest
ExtHostWorkspaceSearchTest FileWatcherTest FormatOnSaveTest
KeybindingsInvalidJsonTest KeySequenceJJTest InputIgnoreTest
InputContextKeysTest InputRemapMotionTest LanguageCssTest
LanguageTypeScriptTest LineEndingsLFTest LineEndingsCRLFTest
QuickOpenEventuallyCompletesTest SearchShowClearHighlightsTest
SyntaxServer SyntaxServerCloseTest SyntaxServerMessageExceptionTest
SyntaxServerParentPidTest SyntaxServerParentPidCorrectTest
SyntaxServerReadExceptionTest Regression1671Test Regression2349EnewTest
Regression2988SwitchEditorTest Regression3084CommandLoopTest
Regression3323DiagnosticsTest RegressionCommandLineNoCompletionTest
RegressionFontFallbackTest RegressionFileModifiedIndicationTest
RegressionNonExistentDirectory
RegressionLayoutTabSingleEditor
RegressionVspEmptyInitialBufferTest
RegressionVspEmptyExistingBufferTest SCMGitTest SyntaxHighlightPhpTest
SyntaxHighlightTextMateTest SyntaxHighlightTreesitterTest
AddRemoveSplitTest TerminalSetPidTitleTest TerminalConfigurationTest
TypingBatchedTest TypingUnbatchedTest VimIncsearchScrollTest
VimExperimentalVimlTest VimRemapTimeoutTest VimSimpleRemapTest
VimlRemapCmdlineTest ClipboardChangeTest VimScriptLocalFunctionTest
ZenModeSingleFileModeTest ZenModeSplitTest)
(libraries Oni_CLI Oni_IntegrationTestLib reason-native-crash-utils.asan))
(install
(section bin)
(package OniIntegrationTests)
(files run-tests.sh InsertModeTest.exe
ClipboardInsertModePasteMultiLineTest.exe
ClipboardInsertModePasteSingleLineTest.exe
ClipboardInsertModePasteEmptyTest.exe ClipboardNormalModePasteTest.exe
ClipboardYankTest.exe ClipboardxpTest.exe ClipboardyypTest.exe
ConfigurationInvalidThemeTest.exe ConfigurationPerFileTypeTest.exe
CopyActiveFilepathToClipboardTest.exe EchoNotificationTest.exe
EditorFontFromPathTest.exe EditorFontValidTest.exe EditorSplitFileTest.exe
EditorUtf8Test.exe ExCommandKeybindingTest.exe
ExCommandKeybindingNormTest.exe ExCommandKeybindingWithArgsTest.exe
ExtConfigurationChangedTest.exe ExtHostBufferOpenTest.exe
ExtHostBufferUpdatesTest.exe ExtHostCommandActivationTest.exe
ExtHostContextTest.exe ExtHostCompletionTest.exe ExtHostDefinitionTest.exe
ExtHostFileSystemTest.exe
ExtHostWorkspaceSearchTest.exe FileWatcherTest.exe FormatOnSaveTest.exe
KeybindingsInvalidJsonTest.exe KeySequenceJJTest.exe InputIgnoreTest.exe
InputContextKeysTest.exe InputRemapMotionTest.exe LanguageCssTest.exe
LanguageTypeScriptTest.exe LineEndingsCRLFTest.exe LineEndingsLFTest.exe
QuickOpenEventuallyCompletesTest.exe Regression1671Test.exe
Regression2349EnewTest.exe Regression2988SwitchEditorTest.exe
Regression3084CommandLoopTest.exe
RegressionCommandLineNoCompletionTest.exe
RegressionFileModifiedIndicationTest.exe RegressionFontFallbackTest.exe
RegressionLayoutTabSingleEditor.exe
RegressionVspEmptyInitialBufferTest.exe RegressionNonExistentDirectory.exe
RegressionVspEmptyExistingBufferTest.exe SCMGitTest.exe
SearchShowClearHighlightsTest.exe SyntaxHighlightTextMateTest.exe
SyntaxHighlightTreesitterTest.exe SyntaxServer.exe
SyntaxServerCloseTest.exe SyntaxServerMessageExceptionTest.exe
SyntaxHighlightPhpTest.exe SyntaxServerParentPidTest.exe
SyntaxServerParentPidCorrectTest.exe SyntaxServerReadExceptionTest.exe
TerminalSetPidTitleTest.exe TerminalConfigurationTest.exe
AddRemoveSplitTest.exe TypingBatchedTest.exe TypingUnbatchedTest.exe
VimExperimentalVimlTest.exe VimIncsearchScrollTest.exe
VimScriptLocalFunctionTest.exe VimRemapTimeoutTest.exe
Regression3323DiagnosticsTest.exe VimSimpleRemapTest.exe
VimlRemapCmdlineTest.exe ZenModeSingleFileModeTest.exe
ZenModeSplitTest.exe ClipboardChangeTest.exe
ExtHostFormatSingleEditTest.exe ExtHostFormatFullEditTest.exe
unformatted1.oni-dev test.unformatted.js large-c-file.c lsan.supp
some-test-file.json some-test-file.txt test.crlf test.lf test-syntax.php
utf8.txt utf8-test-file.htm Inconsolata-Regular.ttf PlugScriptLocal.vim))