blob: 2ff96fa7337a70fc78f5e46b160c23ca10d4a90d (
plain)
1
2
3
4
5
6
7
8
|
# uClibc signal tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
TESTS_DISABLED := tst-sigsimple
endif
include ../Test.mak
|