projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'release-2.140.101'
[feisty_meow.git]
/
nucleus
/
library
/
tests_configuration
/
makefile
1
include cpp/variables.def
2
3
PROJECT = tests_configuration
4
TYPE = test
5
TARGETS = test_section_manager.exe test_tokenizer.exe
6
LOCAL_LIBS_USED = unit_test application loggers configuration textual timely filesystem \
7
structures basis
8
RUN_TARGETS = $(ACTUAL_TARGETS)
9
10
include cpp/rules.def