TOPDIR = ../.. include $(TOPDIR)/rules.mk TESTS = \ tochars \ tolower \ toupper \ bytes_to_chars \ bytes_to_chars_inval \ chars_to_bytes \ chars_to_bytes2 \ to_int \ to_int2 \ to_int3 \ to_int_inval \ to_int_bug1 \ to_int_bug2 \ to_int_bug3 \ to_int_bug4 \ to_int_bug5 \ to_int_bug6 \ to_int_bug7 \ to_int_bug8 \ to_int_bug9 \ to_int_bug10 \ to_int_bug11 \ to_int_bug12 \ to_word include $(TOPDIR)/samples/samples.mk CFLAGS+=-O0 tests:: $(TESTS) -include $(DEPS)