TOPDIR = ../.. include $(TOPDIR)/rules.mk TESTS = \ arg1 \ delay1 \ exit \ getenv1 \ random1 \ time \ time1 include $(TOPDIR)/samples/samples.mk CFLAGS+=-O0 tests::$(TESTS) -include $(DEPS)