Added -lpthread to is_yaffs_working_tests's makefile
[yaffs2.git] / direct / test-framework / timothy_tests / is_yaffs_working_tests / Makefile
index 8e111ac533754d24755a401bb75cc0576d1f52a8..5f2a461368cf9c719ab110bfb4caf3e0ffe52f47 100644 (file)
@@ -1,12 +1,12 @@
-# Makefile for stress tests and fuzzer
+# Makefile for test_1_yaffs_mount
 #
 #
 # 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 <charles@aleph1.co.uk>
+# Created by Timothy Manning <timothy@aleph1.co.uk>
 #
 # 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
@@ -31,11 +31,6 @@ ALL_UNSORTED_OBJS += $(YAFFS_TEST_OBJS) $(FUZZER_OBJS)
 include $(YDI_FRAMEWORK_DIR)/FrameworkRules.mk
 
 
-yaffs_test: $(FRAMEWORK_SOURCES) $(YAFFS_TEST_OBJS)
-       gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS)
-
-
-
 test_1_yaffs_mount: $(FRAMEWORK_SOURCES) $(YAFFS_TEST_OBJS)
-       gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS)
+       gcc $(CFLAGS) -o $@ $(YAFFS_TEST_OBJS) -lpthread