SDL-mirror/test/test-automation/Makefile.am
Markus Kauppila db5086bfea Cleaned up the build system. 'make clean' now deletes the installed
test suites (this should prevent old tests lingering around)

--HG--
rename : test/test-automation/install-tests.sh => test/test-automation/build-scripts/install-tests.sh
2011-07-01 22:15:23 +03:00

16 lines
439 B
Makefile

ACLOCAL_AMFLAGS = -I acinclude -I build-scripts
SUBDIRS = testdummy testrect testplatform
bin_PROGRAMS = runner
runner_SOURCES = runner.c SDL_test.c logger.c xml_logger.c plain_logger.c xml.c logger_helpers.c
runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
runner_LDFLAGS = `sdl-config --libs`
install: install-tests
install-tests:
$(SHELL) build-scripts/install-tests.sh
clean-local:
-rm -Rf tests/ docs/