From: Timothy Manning Date: Tue, 29 Jun 2021 03:40:36 +0000 (+1200) Subject: Added test target to makefile. X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=3e61f08fda0b46cacfa6ddf61062a526813ce7d7 Added test target to makefile. Signed-off-by: Timothy Manning --- 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