~lifeeth/siam32/devel-beta

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Christopher D. Leary
  • Date: 2008-03-29 20:34:22 UTC
  • Revision ID: cdleary@gamma-20080329203422-fz0rlj1vf914g3a1
Added some dedicated testing functionality in an effort to start standardizing
tests for expect-like regression testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
%.o: $(SRC_DIR)%.c
40
40
        $(CC) $(CFLAGS) -c $^
41
41
 
42
 
%.test: $(OBJECTS) $(TEST_DIR)%_test.c
 
42
%.test: test.o $(OBJECTS) $(TEST_DIR)%_test.c
43
43
        $(CC) $(CFLAGS) $^
44
44
 
45
45
%.hex: %.o