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
This commit is contained in:
Ben Gras
2012-04-08 19:22:02 +02:00
parent 4b999f1962
commit 0c8e5ecc2e
6 changed files with 117 additions and 7 deletions

9
test/magic.h Normal file
View File

@@ -0,0 +1,9 @@
#define MAGIC1 0x12C0ED
#define MAGIC2 0x12C0FF
#define MAGIC3 0x12D0FF
#define MAGIC4 0x13D0FE
#define MAGIC5 0x14D1FF
#define MAGIC6 0x17D1FF
long hellodriver(void);