tests/Makefile

changeset 814
5f9e07d3dd6c
parent 798
7644da6e2d35
child 816
425234b05dff
equal deleted inserted replaced
813:aba6d37b78bd 814:5f9e07d3dd6c
21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 23
24 include ../config.mk 24 include ../config.mk
25 25
26 CFLAGS += -I../src -Wno-clobbered 26 CFLAGS += -I../src
27 27
28 TEST_DIR=$(build_dir)/tests 28 TEST_DIR=$(build_dir)/tests
29 29
30 SRC = util_allocator.c test_utils.c test_hash_key.c test_allocator.c \ 30 SRC = util_allocator.c test_utils.c test_hash_key.c test_allocator.c \
31 test_compare.c test_string.c test_buffer.c test_list.c \ 31 test_compare.c test_string.c test_buffer.c test_list.c \

mercurial