2 # Test programs for ocaml-calendar.
4 OCAMLOPTFLAGS = str.cmxa unix.cmxa -I +calendar calendarLib.cmx
6 SRCS = gen_test.ml test_fcalendar.ml test_time.ml test_calendar.ml \
7 test_fpcalendar.ml test_pcalendar.ml test_timezone.ml test_date.ml \
8 test_ftime.ml test_printer.ml test.ml
13 ocamlopt $(OCAMLOPTFLAGS) $^ -o $@
16 i686-pc-mingw32-ocamlopt $(OCAMLOPTFLAGS) $^ -o $@
19 rm -f test *.exe *.cmi *.cmx *.o