TOPDIR = ../..

include $(TOPDIR)/rules.mk

TESTS = \
  table \
  table3 \
  table4 \
  table5 \
  bind \
  lookup \
  table_copy \
  loop

include $(TOPDIR)/samples/samples.mk

CFLAGS+=-O0

tests:: $(TESTS)

-include $(DEPS)
