]> Zhao Yanbai Git Server - minix.git/commit
tests: link them dynamically by default
authorBen Gras <ben@minix3.org>
Sun, 8 Apr 2012 17:22:02 +0000 (19:22 +0200)
committerBen Gras <ben@minix3.org>
Mon, 16 Apr 2012 03:21:21 +0000 (05:21 +0200)
commit0c8e5ecc2ed7bf5a3e33358ef4aad616d582696d
treee9472dbcf0a857ec24b2a3de5518030409947543
parent4b999f1962a12177a033eaa0986990e1422be3ad
tests: link them dynamically by default

. so that functionality is tested
. add test63 that actually tests dlopen(), dlsym(),
  etc. functionality; only built if clang supports it
. also test10 test to copy more of the executable
test/Makefile
test/magic.h [new file with mode: 0644]
test/mod.c [new file with mode: 0644]
test/run
test/test10.c
test/test63.c [new file with mode: 0644]