summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-11-02 17:25:36 -0700
committerWilliam A. Kennington III <wak@google.com>2018-11-02 17:57:07 -0700
commit9c97d2c4ef34256817fd39bdbaecdfafda4080df (patch)
tree78f0751f881ef74e6211cd1541ce965c307c4763 /test/Makefile.am
parent4460f26c1182f412b5ab07f093a0f078191995ef (diff)
downloadstdplus-9c97d2c4ef34256817fd39bdbaecdfafda4080df.tar.gz
stdplus-9c97d2c4ef34256817fd39bdbaecdfafda4080df.zip
signal: Add idempotent block function
This makes it trivial to block individual signals from being handled by a thread. Useful when tryng to set up signal handling in event loops. Tested: Builds and passes unit tests. Change-Id: I61739debe2a47ec0ec3e767cf138125c6f59165f Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c67e07a..1c4a5a1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -7,7 +7,7 @@ gtest_ldadd = $(STDPLUS_LIBS) $(GTEST_LIBS) $(GMOCK_LIBS) -lgmock_main
check_PROGRAMS =
TESTS = $(check_PROGRAMS)
-check_PROGRAMS += placeholder
-placeholder_SOURCES = placeholder.cpp
-placeholder_CPPFLAGS = $(gtest_cppflags)
-placeholder_LDADD = $(gtest_ldadd)
+check_PROGRAMS += signal
+signal_SOURCES = signal.cpp
+signal_CPPFLAGS = $(gtest_cppflags)
+signal_LDADD = $(gtest_ldadd)
OpenPOWER on IntegriCloud