OSDN Git Service

add test for setUp/tearDown calling
[ccunit/ccunit.git] / tests / Makefile.am
index 16afc54..2690395 100755 (executable)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-##    Copyright (C) 2003 TSUTSUMI Kikuo.
+##    Copyright (C) 2003, 2010 TSUTSUMI Kikuo.
 ##    This file is part of the CCUnit Library.
 
 ##    The CCUnit Library is free software; you can redistribute it and/or
@@ -31,7 +31,8 @@ runFailure_DEPENDENCIES = $(top_srcdir)/src/ccunit/libccunit.la
 TESTSRCS= \
        testAssert.c \
        testReadSuite.c \
-       testSuite.c
+       testSuite.c \
+       testSetup.c
 
 ## ls -1 fail*.c | sed -e 's/^\(.*\)$/ \1 \\/' -e '$s/ \\$//'
 FAILSRCS= \