]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - setjmp/Makefile
Simplify tzfile fstat failure code
[thirdparty/glibc.git] / setjmp / Makefile
index 2c2ead25e9093d355691b531c5beb7b43190ccb3..dc2fcc62b6fb972e85af61a975087aee6a71aea0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2013 Free Software Foundation, Inc.
+# Copyright (C) 1991-2018 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
 #
 subdir := setjmp
 
+include ../Makeconfig
+
 headers        := setjmp.h bits/setjmp.h bits/setjmp2.h
 
 routines       := setjmp sigjmp bsd-setjmp bsd-_setjmp \
                   longjmp __longjmp jmp-unwind
 
-tests          := tst-setjmp jmpbug bug269-setjmp
+tests          := tst-setjmp jmpbug bug269-setjmp tst-setjmp-fp \
+                  tst-sigsetjmp tst-setjmp-static
+tests-static   := tst-setjmp-static
 
 
 include ../Rules
+
+$(objpfx)tst-setjmp-fp: $(libm)