diff options
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 6ac4447def..432cf2fe6c 100644 --- a/support/Makefile +++ b/support/Makefile @@ -145,6 +145,7 @@ libsupport-routines = \ xsetsockopt \ xsigaction \ xsignal \ + xsigstack \ xsocket \ xstrdup \ xstrndup \ @@ -205,6 +206,7 @@ tests = \ tst-test_compare_blob \ tst-test_compare_string \ tst-xreadlink \ + tst-xsigstack \ ifeq ($(run-built-tests),yes) tests-special = \ |