adding test of angle average tricky problem
[feisty_meow.git] / graphiq / library / tests_geometric / makefile
1 include cpp/variables.def
2
3 PROJECT = test_geometric
4 TYPE = test
5 TARGETS = test_angle.exe test_ellipse.exe test_geometry.exe test_point.exe test_warper.exe \
6   test_ccri_angle_average.exe
7 LOCAL_LIBS_USED = unit_test application filesystem timely loggers configuration textual \
8   structures geometric basis 
9 RUN_TARGETS = $(ACTUAL_TARGETS)
10
11 include cpp/rules.def
12