Home | History | Annotate | Download | only in tests
      1 top_srcdir		?= ../..
      2 
      3 include $(top_srcdir)/include/mk/env_pre.mk
      4 
      5 CFLAGS			+= -W
      6 LDLIBS			+= -lltp
      7 
      8 tst_cleanup_once: CFLAGS += -pthread
      9 
     10 include $(top_srcdir)/include/mk/generic_leaf_target.mk
     11