Skip to content

Commit

Permalink
fixup, review fix, move test to tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jun 25, 2024
1 parent 7891218 commit ebf55d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ set(unit_test_SOURCES
hash_test.c
thread_test.c
platform_test.c
static_assert_test.c
)

add_executable(unit_tests ${unit_test_SOURCES})
Expand Down
1 change: 0 additions & 1 deletion tests/cpp/cpp_unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ add_executable(cpp_unit
test_amqp.cpp
test_server.cpp
test_terminus.cpp
test_static_assert.c
)
target_link_libraries(cpp_unit cpp-stub pthread skupper-router ${bfd_lib})
# http_common.h includes "delivery.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include "qpid/dispatch/static_assert.h"
#include "../include/qpid/dispatch/static_assert.h"

static unsigned long ul;
static long l;
Expand Down

0 comments on commit ebf55d4

Please sign in to comment.