test/Makefile

changeset 192
1e51558b9d09
parent 185
a48428642b4e
child 213
fa8b745be7b5
--- 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

mercurial