X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fhandle_tests%2FMakefile;h=af64f28d44641174cec274eb1515c84b888622d1;hb=3e61f08fda0b46cacfa6ddf61062a526813ce7d7;hp=17345e197c6ac5ce2dc0d5bb5c560e887656db4e;hpb=18a85b88ac3ad344bbc8f2530c84e2a621d901c4;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/handle_tests/Makefile b/direct/test-framework/timothy_tests/handle_tests/Makefile index 17345e1..af64f28 100644 --- a/direct/test-framework/timothy_tests/handle_tests/Makefile +++ b/direct/test-framework/timothy_tests/handle_tests/Makefile @@ -1,12 +1,12 @@ -# Makefile for stress tests and fuzzer +# Makefile for handle_tests # # # YAFFS: Yet another Flash File System. A NAND-flash specific file system. # -# Copyright (C) 2003-2010 Aleph One Ltd. +# Copyright (C) 2002-2018 Aleph One Ltd. # # -# Created by Charles Manning +# Created by Timothy Manning # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -34,10 +34,10 @@ include $(YDI_FRAMEWORK_DIR)/FrameworkRules.mk yaffs_test: $(FRAMEWORK_SOURCES) $(YAFFS_TEST_OBJS) - gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) + gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) -lpthread handle_test: $(FRAMEWORK_SOURCES) $(YAFFS_TEST_OBJS) - gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) + gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) -lpthread