TOPDIR = ../..

include $(TOPDIR)/rules.mk

TESTS = \
  depth1 \
  args1 \
  func1 \
  rf_stack1 \
  trap_stack1

include $(TOPDIR)/samples/samples.mk

CFLAGS+=-O0

tests:: $(TESTS)

-include $(DEPS)
