From 3e61f08fda0b46cacfa6ddf61062a526813ce7d7 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Tue, 29 Jun 2021 15:40:36 +1200 Subject: [PATCH] Added test target to makefile. Signed-off-by: Timothy Manning --- .../timothy_tests/is_yaffs_working_tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile b/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile index 5f2a461..8141370 100644 --- a/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile +++ b/direct/test-framework/timothy_tests/is_yaffs_working_tests/Makefile @@ -30,6 +30,8 @@ ALL_UNSORTED_OBJS += $(YAFFS_TEST_OBJS) $(FUZZER_OBJS) include $(YDI_FRAMEWORK_DIR)/FrameworkRules.mk +phony. test: test_1_yaffs_mount + ./test_1_yaffs_mount test_1_yaffs_mount: $(FRAMEWORK_SOURCES) $(YAFFS_TEST_OBJS) gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) -lpthread -- 2.30.2