Refactoring the TestCaseInit and TestCaseQuit functions
to be caller from the Runner.
This commit is contained in:
parent
450610b7c7
commit
1b21c6547d
7 changed files with 110 additions and 51 deletions
|
@ -5,7 +5,7 @@ SUBDIRS = tests testrect
|
|||
bin_PROGRAMS = runner
|
||||
runner_SOURCES = runner.c SDL_test.c
|
||||
runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
|
||||
runner_LDFLAGS = `sdl-config --libs`
|
||||
runner_LDFLAGS = `sdl-config --libs`
|
||||
|
||||
install: install-tests
|
||||
install-tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue