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

Remove duplicate README #4

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

gmacario
Copy link
Contributor

README.md exists and is displayed by default in GitHub.

Remove duplicate README to avoid confusion
in case only one of the two is updated in the future.

Signed-off-by: Gianpaolo Macario [email protected]

README.md exists and is displayed by default in GitHub.

Remove duplicate README to avoid confusion
in case only one of the two is updated in the future.

Signed-off-by: Gianpaolo Macario <[email protected]>
Copy link
Contributor

@clipka clipka left a comment

Choose a reason for hiding this comment

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

Such kind of cleanup is necessary. Thanks.

@clipka clipka merged commit a961dba into COVESA:master Feb 1, 2017
ssugiura pushed a commit that referenced this pull request Jul 6, 2020
now you can do make test after make :)
=== Sample build and test:
$ cmake -Bbuild -H. \
          -DDLT_IPC=UNIX_SOCKET \
          -DWITH_DLT_ADAPTOR=ON \
          -DWITH_DLT_UNIT_TESTS=ON \
          -DWITH_DLT_CXX11_EXT=ON \
          -DWITH_DLT_MONITOR=OFF \
          -DWITH_DLT_USE_IPv6=OFF
$ cd build
$ make
$ make test
Running tests...
Test project /home/fherrmann/git/dlt-daemon/build
    Start 1: gtest_dlt_common
1/5 Test #1: gtest_dlt_common .................   Passed    0.02 sec
    Start 2: gtest_dlt_user
2/5 Test #2: gtest_dlt_user ...................   Passed    1.01 sec
    Start 3: gtest_dlt_daemon_common
3/5 Test #3: gtest_dlt_daemon_common ..........   Passed    0.01 sec
    Start 4: dlt_env_ll_unit_test
4/5 Test #4: dlt_env_ll_unit_test .............   Passed    0.04 sec
    Start 5: gtest_dlt_daemon_event_handler
5/5 Test #5: gtest_dlt_daemon_event_handler ...   Passed    1.01 sec

100% tests passed, 0 tests failed out of 5

Total Test time (real) =   2.09 sec
===

Signed-off-by: Felix Herrmann <[email protected]>
Signed-off-by: KHANH LUONG HONG DUY <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants