projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new fortune
[feisty_meow.git]
/
nucleus
/
library
/
tests_crypto
/
makefile
1
include cpp/variables.def
2
3
PROJECT = tests_crypto
4
TYPE = test
5
TARGETS = test_blowfish_crypto.exe test_rsa_crypto.exe
6
LOCAL_LIBS_USED = unit_test crypto application processes loggers configuration textual timely \
7
filesystem structures basis
8
USE_SSL = t
9
RUN_TARGETS = $(ACTUAL_TARGETS)
10
11
include cpp/rules.def
12