Fix to building and linking for unit tests. (This should fix the segfaulting units...
authorMorgan Deters <mdeters@gmail.com>
Sat, 24 Sep 2011 18:04:08 +0000 (18:04 +0000)
committerMorgan Deters <mdeters@gmail.com>
Sat, 24 Sep 2011 18:04:08 +0000 (18:04 +0000)
commitb79e8b369649f053ce3a39d3d178e4e2dbcf9993
tree0d75973130594b7b498cee4dc60b83a267fbad2d
parenta63064385c56600143ac470108fe8e640a4ca3ee
Fix to building and linking for unit tests.  (This should fix the segfaulting units in optimized-dynamic.  The problem was that the code incorrectly determined the address of one of the thread-scoped global variables, and I think it's because the same library was linked twice into the unit test in two different ways, confusing the runtime support code.)
Makefile.am
Makefile.builds.in
src/Makefile.am
src/parser/Makefile.am