Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 462 Bytes

File metadata and controls

16 lines (11 loc) · 462 Bytes
 
May 25, 2011
May 25, 2011
1
2
ACLOCAL_AMFLAGS = -I acinclude -I build-scripts
Jul 9, 2011
Jul 9, 2011
3
SUBDIRS = testdummy testrect testplatform testaudio testsurface
May 25, 2011
May 25, 2011
4
5
bin_PROGRAMS = runner
Jul 18, 2011
Jul 18, 2011
6
runner_SOURCES = runner.c SDL_test.c xml_logger.c plain_logger.c xml.c logger_helpers.c support.c
May 25, 2011
May 25, 2011
7
runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
Jun 4, 2011
Jun 4, 2011
8
runner_LDFLAGS = `sdl-config --libs`
May 25, 2011
May 25, 2011
9
10
11
install: install-tests
install-tests:
Jul 1, 2011
Jul 1, 2011
12
$(SHELL) build-scripts/install-tests.sh
May 25, 2011
May 25, 2011
13
Jul 1, 2011
Jul 1, 2011
14
clean-local:
Jun 6, 2011
Jun 6, 2011
15
-rm -Rf tests/ docs/