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

pkg-config: fix library directory. #1

Merged
merged 1 commit into from
Nov 15, 2016

Conversation

MathieuDuponchelle
Copy link
Contributor

The install destination might be lib64, and a CMake variable
exists that contains this information, CMAKE_INSTALL_LIBDIR.

The install destination might be lib64, and a CMake variable
exists that contains this information, CMAKE_INSTALL_LIBDIR.
@clipka clipka merged commit 386cc6c into COVESA:master Nov 15, 2016
ssugiura referenced this pull request in ssugiura/dlt-daemon Mar 29, 2019
phongt added a commit to phongt/dlt-daemon that referenced this pull request Dec 1, 2019
CID 351398 (COVESA#1 of 1): Use after close (USE_AFTER_FREE)
8. pass_closed_arg: Passing closed handle *sock as an argument to dlt_daemon_socket_get_send_qeue_max_size

Signed-off-by: Phong Tran <[email protected]>
phongt added a commit to phongt/dlt-daemon that referenced this pull request Dec 10, 2019
CID 351398 (COVESA#1 of 1): Use after close (USE_AFTER_FREE)
8. pass_closed_arg: Passing closed handle *sock as an argument to dlt_daemon_socket_get_send_qeue_max_size

Signed-off-by: Phong Tran <[email protected]>
ssugiura pushed a commit that referenced this pull request Dec 10, 2019
CID 351398 (#1 of 1): Use after close (USE_AFTER_FREE)
8. pass_closed_arg: Passing closed handle *sock as an argument to dlt_daemon_socket_get_send_qeue_max_size

Signed-off-by: Phong Tran <[email protected]>
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