Skip to content
Snippets Groups Projects
Commit 75ed6f49 authored by Carsten Patzke's avatar Carsten Patzke
Browse files

added gtest to inotify event detector

parent f6eecc5f
Branches
Tags
No related merge requests found
......@@ -22,5 +22,4 @@ astyle(${TARGET_NAME} "${SOURCE_FILES}")
################################
set(TEST_SOURCE_FILES unittests/test_inotify_client.cpp)
#gtest(${TARGET_NAME} ${TEST_SOURCE_FILES} "")
gtest(${TARGET_NAME} ${TEST_SOURCE_FILES} "")
#include <gtest/gtest.h>
#include "../src/inotify_helper.h"
TEST(EMPTY, REMOVEME)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment