diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index a9f2480ea15b..1f303bfd8ab8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,11 +1,12 @@ -# $Id: Makefile 2827 2012-12-29 16:43:15Z jkoshy $ +# $Id: Makefile 3653 2018-12-25 12:31:28Z jkoshy $ # # TET-based test suites used by the Elftoolchain project. # TOP= .. -# Build TET first. +# Build TET and LIBTEST first. +SUBDIR+= libtest SUBDIR+= tet # Build tests for libraries. |
