Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Removed README.cmake.md, edited README.md #10028

Merged
merged 1 commit into from Jul 1, 2016

Conversation

alimaredia
Copy link
Contributor

Deleted README.cmake.md and put any helpful
information it had into README.md.

Also a added note about which tests get executed
by ctest.

Signed-off-by: Ali Maredia amaredia@redhat.com

@alimaredia alimaredia assigned alimaredia and tchaikov and unassigned alimaredia Jun 29, 2016
@alimaredia
Copy link
Contributor Author

@ivancich would be great if you could take a quick look at this.

-DCMAKE_INSTALL_PREFIX=/opt/accelio -DCMAKE_C_FLAGS="-O0 -g3 -gdwarf-4" \
[path to top level ceph directory]

If you often pipe `make`to `less` and would like to maintain the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a space before "to"

@tchaikov
Copy link
Contributor

README.cmake.md is not removed in this changeset.

@@ -114,12 +151,17 @@ To start or stop individual daemons, the sysvinit script can be used:
Running unit tests
==================

To run build and run all tests, use ctest:
To run build and run all tests run in `make check`, use ctest:
Copy link
Member

@ivancich ivancich Jun 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing "run build" means simply "build" unless build is a command. Would this be better?

To build and run all tests that are executed during `make check`, use `ctest`:

@alimaredia
Copy link
Contributor Author

@ivancich @liewegas @ivancich made another round of changes


cd build
make check -j$(nproc)

To run an individual test manually, run the ctest command with -R
(regex matching):

ctest -R [test name]
Copy link
Member

@ivancich ivancich Jun 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If -R indicates regex matching, then the argument is not "test name" but rather "regex matching test name(s)".

Deleted README.cmake.md and put any helpful
information it had into README.md.

Also a added note about which tests get executed
by ctest.

Signed-off-by: Ali Maredia <amaredia@redhat.com>
@liewegas liewegas merged commit 0dd1acc into master Jul 1, 2016
@liewegas liewegas deleted the wip-cmake-readme-fixes branch July 1, 2016 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants