- Notifications
You must be signed in to change notification settings - Fork26
Testings for EditorConfig Core
License
editorconfig/editorconfig-core-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is a series of testing forEditorConfig Core. Please havecmake installed before using this project.
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.
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.