test/Makefile

changeset 192
1e51558b9d09
parent 185
a48428642b4e
child 213
fa8b745be7b5
     1.1 --- a/test/Makefile	Sat Apr 04 19:02:15 2015 +0200
     1.2 +++ b/test/Makefile	Sun May 17 17:31:32 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6  #
     1.7 -# Copyright 2014 Olaf Wintermann. All rights reserved.
     1.8 +# Copyright 2015 Olaf Wintermann. All rights reserved.
     1.9  #
    1.10  # Redistribution and use in source and binary forms, with or without
    1.11  # modification, are permitted provided that the following conditions are met:
    1.12 @@ -31,6 +31,7 @@
    1.13  SRC  = main.c
    1.14  SRC += allocator_tests.c
    1.15  SRC += list_tests.c
    1.16 +SRC += avl_tests.c
    1.17  SRC += mpool_tests.c
    1.18  SRC += stack_tests.c
    1.19  SRC += map_tests.c

mercurial