2 SUBDIRS=harness parsertest sizes
3 DIST_SUBDIRS = $(SUBDIRS) cpp templates
5 if INCLUDE_BROWSER_MANAGED_CODE
12 TESTING = echo ERROR: Test harness is disabled by configuration; false
18 install-test-plugin: check-testing
19 $(MAKE) $(AM_MAKEFLAGS) -C harness/shocker install-test-plugin
22 $(MAKE) -C 2.0/moon-unit test
24 run-unit-tests-harness:
25 $(MAKE) -C 2.0/moon-unit
26 MOONLIGHT_UNIT_HARNESS_LOG_DIRECTORY=$(srcdir)/test-run-data DRTLIST=2.0/moon-unit/site/drtlist.xml $(MAKE) run-xephyr
29 cp -a $(srcdir)/xaml $(distdir)/xaml
30 find $(distdir)/xaml -name .svn | xargs rm -rf
32 noinst_PROGRAMS = uris
34 uris_SOURCES= uri-test.cpp
36 uris_LDADD = $(MOON_PROG_LIBS)
38 uris_CPPFLAGS = $(MOON_PROG_CFLAGS) -I$(top_srcdir)/src/ -I$(top_srcdir)/src/asf