repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Build: Add architecture rule for libshared.a.
[haiku.git]
/
src
/
tests
/
add-ons
/
kernel
/
file_systems
/
consistency_check
/
Jamfile
blob
af26aec061b669b6cf4c6f54ea43272f0a166f6d
1
SubDir HAIKU_TOP src tests add-ons kernel file_systems consistency_check ;
2
3
UsePrivateHeaders shared ;
4
5
SimpleTest generate_hashs :
6
generate_hashs.cpp
7
AdaptiveBuffering.cpp
8
: be [ TargetLibstdc++ ] shared
9
;
10
11
SimpleTest consistency_check :
12
consistency_check.cpp
13
AdaptiveBuffering.cpp
14
: be [ TargetLibstdc++ ] shared
15
;