Navigation Menu

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

Commit

Permalink
Run testsdl instead of the individual testcases.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 2, 2009
1 parent 3c25c26 commit cbf18fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/automated/Makefile
Expand Up @@ -24,10 +24,7 @@ TESTS_ALL := testsdl rwops/rwops platform/platform surface/surface render/render
all: $(TESTS_ALL)

test: all
@./rwops/rwops
@./platform/platform
@./surface/surface
@./render/render
@./testsdl

testsdl: $(SRC) $(COMMON_SRC)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SRC) $(COMMON_SRC)
Expand Down

0 comments on commit cbf18fe

Please sign in to comment.