first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / tests_structures / makefile
1 include cpp/variables.def
2
3 PROJECT = tests_structures
4 TYPE = test
5 SOURCE = bogon.cpp
6 TARGETS = test_amorph.exe test_hash_table.exe test_int_hash.exe test_matrix.exe \
7   test_memory_limiter.exe test_packing.exe test_stack.exe test_unique_id.exe \
8   test_bit_vector.exe test_set.exe test_string_table.exe test_symbol_table.exe \
9   test_version.exe
10 LOCAL_LIBS_USED = unit_test application loggers configuration textual timely filesystem \
11   structures basis 
12 RUN_TARGETS = $(ACTUAL_TARGETS)
13
14 include cpp/rules.def