Skip to content

Commit

Permalink
Update Makefile for correct test suite names.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 29, 2014
1 parent 5f07fd5 commit 163a3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ server:
dylan-compiler -build http-server

client-test:
dylan-compiler -build http-client-test-suite
dylan-compiler -build http-client-test-suite-app

protocol-test:
dylan-compiler -build http-protocol-test-suite-app

common-test:
dylan-compiler -build http-common-test-suite
dylan-compiler -build http-common-test-suite-app

server-test:
dylan-compiler -build http-server-tests
dylan-compiler -build http-server-test-suite-app

clean:
rm -rf _build

0 comments on commit 163a3a2

Please sign in to comment.