Skip to content

Commit b96487c

Browse files
committed
Adds open source tests for log and semaphore
Adds CMake tests for log and semaphore, move the tests to the tests folder. PiperOrigin-RevId: 256254527
1 parent 15c24a0 commit b96487c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,8 @@ endif()
334334
# Add the rest subdirectory, so that other libraries can access it
335335
add_subdirectory(rest)
336336
add_subdirectory(instance_id)
337+
338+
if(FIREBASE_CPP_BUILD_TESTS)
339+
# Add the tests subdirectory
340+
add_subdirectory(tests)
341+
endif()

0 commit comments

Comments
 (0)