diff -r 4d251abe0836 -r 1e51558b9d09 test/Makefile --- a/test/Makefile Sat Apr 04 19:02:15 2015 +0200 +++ b/test/Makefile Sun May 17 17:31:32 2015 +0200 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 2014 Olaf Wintermann. All rights reserved. +# Copyright 2015 Olaf Wintermann. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -31,6 +31,7 @@ SRC = main.c SRC += allocator_tests.c SRC += list_tests.c +SRC += avl_tests.c SRC += mpool_tests.c SRC += stack_tests.c SRC += map_tests.c