9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5b8f9d78ac0c3d1f9b395b6e1785f28218a31202
parent fd232eee168cbf4c6da8f5c0af256b04ceae159c
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Fri,  9 Nov 2018 13:38:24 +0000

[test] Fixup Makefile for unit tests

Change-Id: I260141645254be37115807adb289603035e94995
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>

Diffstat:
Mtest/unit/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit/Makefile b/test/unit/Makefile @@ -2,7 +2,7 @@ PROJECTDIR = ../.. include $(PROJECTDIR)/scripts/rules.mk -DIRS = test1 test2 test3 test4 +DIRS = 001 002 003 004 all: $(DIRS)