diff options
| author | beck <> | 2018-11-10 08:10:31 +0000 |
|---|---|---|
| committer | beck <> | 2018-11-10 08:10:31 +0000 |
| commit | 4dba0a90c8d2da9d7ecce0edb13e17427839c18c (patch) | |
| tree | 0bb98e3fd25c576350a4d22f52c338bec9958f4a /src/regress/lib/libssl/Makefile | |
| parent | 6ea5780b428cd2c90de56fc0f9099c8a4cfdc6f8 (diff) | |
| download | openbsd-4dba0a90c8d2da9d7ecce0edb13e17427839c18c.tar.gz openbsd-4dba0a90c8d2da9d7ecce0edb13e17427839c18c.tar.bz2 openbsd-4dba0a90c8d2da9d7ecce0edb13e17427839c18c.zip | |
Make sure the interop test happen last (since they take a long time)
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index ccff27278b..c4133e32e5 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.30 2018/11/09 19:31:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.31 2018/11/10 08:10:31 beck Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
| 4 | SUBDIR += bytestring | 4 | SUBDIR += bytestring |
| 5 | SUBDIR += ciphers | 5 | SUBDIR += ciphers |
| 6 | SUBDIR += client | 6 | SUBDIR += client |
| 7 | SUBDIR += interop | ||
| 8 | SUBDIR += pqueue | 7 | SUBDIR += pqueue |
| 9 | SUBDIR += server | 8 | SUBDIR += server |
| 10 | SUBDIR += ssl | 9 | SUBDIR += ssl |
| 11 | SUBDIR += tlsext | 10 | SUBDIR += tlsext |
| 12 | SUBDIR += key_schedule | 11 | SUBDIR += key_schedule |
| 13 | SUBDIR += unit | 12 | SUBDIR += unit |
| 13 | # Things that take a long time shoud go below here. | ||
| 14 | SUBDIR += interop | ||
| 14 | 15 | ||
| 15 | install: | 16 | install: |
| 16 | 17 | ||
