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

OPEN-39: include Tut.cmake for integration tests (fixes "bitpack_test.o: No...

OPEN-39: include Tut.cmake for integration tests (fixes "bitpack_test.o: No such file or directory" on standalone)
parent a9021607
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,7 @@ Blakar Ogre ...@@ -176,6 +176,7 @@ Blakar Ogre
blino Nakamura blino Nakamura
VWR-17 VWR-17
Boroondas Gupte Boroondas Gupte
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