Skip to content
Snippets Groups Projects
Commit abc25961 authored by Boroondas Gupte's avatar Boroondas Gupte
Browse files

merged OPEN-39: include Tut.cmake for integration tests (fixes...

merged OPEN-39: include Tut.cmake for integration tests (fixes "bitpack_test.o: No such file or directory" on standalone)
parents 5a1b27ba 6ec51776
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,7 @@ blino Nakamura ...@@ -194,6 +194,7 @@ blino Nakamura
VWR-17 VWR-17
Boroondas Gupte Boroondas Gupte
OPEN-29 OPEN-29
OPEN-39
SNOW-278 SNOW-278
SNOW-503 SNOW-503
SNOW-510 SNOW-510
......
# -*- cmake -*- # -*- cmake -*-
include(LLTestCommand) include(LLTestCommand)
include(GoogleMock) include(GoogleMock)
include(Tut)
MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources) MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources)
# Given a project name and a list of sourcefiles (with optional properties on each), # Given a project name and a list of sourcefiles (with optional properties on each),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment