Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Testings for EditorConfig Core

License

NotificationsYou must be signed in to change notification settings

editorconfig/editorconfig-core-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a series of testing forEditorConfig Core. Please havecmake installed before using this project.

Use editorconfig-core-test independently

After installing cmake, switch to the root dir of this project, and execute:

cmake -DEDITORCONFIG_CMD=the_editorconfig_core_cmd_you_want_to_test .

After that, if testing files are generated successfully, executectest . tostart testings.

Use editorconfig-core-test in your project as a git submodule

If you are usinggit and cmake to manage your project, this method shouldbe suitable for you.

Suppose that you will add editorconfig-core-test repo as asubmodule in your root directory. First add editorconfig-core-test as agitsubmodule in your repo by execute:

git submodule add git://github.com/editorconfig/editorconfig-core-test.git tests

Then add the following lines to your project rootCMakeLists.txt:

enable_testing()set(EDITORCONFIG_CMD the_editorconfig_core_path)add_subdirectory(tests)

Now after executingcmake . in you project root dir, you should be able torun the testings by executingctest ..

About

Testings for EditorConfig Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors14

Languages


[8]ページ先頭

©2009-2025 Movatter.jp