Skip to content

Commit 163a3a2

Browse files
Update Makefile for correct test suite names.
1 parent 5f07fd5 commit 163a3a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ server:
1212
dylan-compiler -build http-server
1313

1414
client-test:
15-
dylan-compiler -build http-client-test-suite
15+
dylan-compiler -build http-client-test-suite-app
1616

1717
protocol-test:
1818
dylan-compiler -build http-protocol-test-suite-app
1919

2020
common-test:
21-
dylan-compiler -build http-common-test-suite
21+
dylan-compiler -build http-common-test-suite-app
2222

2323
server-test:
24-
dylan-compiler -build http-server-tests
24+
dylan-compiler -build http-server-test-suite-app
2525

2626
clean:
2727
rm -rf _build

0 commit comments

Comments
 (0)