]> rtime.felk.cvut.cz Git - eurobot/public.git/blobdiff - src/pathplan/test/Makefile.omk
pathplan: map2png is compiled as static library, not as source file of the application
[eurobot/public.git] / src / pathplan / test / Makefile.omk
index b4690e5a4c9a9f2b50e0ad088bebb396edf687a9..f92a61073f7b568ba37353fb7f8de1bfa514aefa 100644 (file)
@@ -6,13 +6,20 @@ testmap_LIBS = map m
 
 test_PROGRAMS += testpathplan
 testpathplan_SOURCES = testpathplan.c
-testpathplan_LIBS = pathplan rt map m rbtree shist
+testpathplan_LIBS = pathplan rt map m rbtree shist map_2_png
 
 test_PROGRAMS += testastar
 testastar_SOURCES = testastar.c
-testastar_LIBS = pathplan map m 
+testastar_LIBS = pathplan map m map_2_png
+
+test_PROGRAMS += testmap_2_png
+testmap_2_png_SOURCES = testmap_2_png.c
+testmap_2_png_LIBS = pathplan map m map_2_png
+
+test_PROGRAMS += testmasks
+testmasks_SOURCES = testmasks.c
+testmasks_LIBS = pathplan map m map_2_png
+
+lib_LOADLIBES += png
 
-test_PROGRAMS += testbitmaps
-testbitmaps_SOURCES = testbitmaps.c
-testbitmaps_LIBS = pathplan map m