SDL/test/test-automation/Makefile.am
2011-05-26 19:57:03 +03:00

16 lines
375 B
Makefile

ACLOCAL_AMFLAGS = -I acinclude -I build-scripts
SUBDIRS = tests
bin_PROGRAMS = runner
runner_SOURCES = runner.c tests/SDL_test.c
runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
runner_LDFLAGS = `sdl-config --libs`
install: install-tests
install-tests:
-cp -f tests/.libs/*.dylib tests/ 2> /dev/null
-cp -f tests/.libs/*.so tests/ 2> /dev/null