Closed eam closed 9 years ago
looks good to me. It'd be nice to treat it as 3 OSes instead of just linux vs OS-X.
There are a few tests that absolutely are linux-only; I figured I'd err on the side of disabling with the assumption that these have mostly been developed for linux. Don't have a FreeBSD box handy to test on, unfortunately.
I'll switch it around to darwin-only excludes.
Several thoughts: a) this pretty much clinches that I should add a feature flag to disable windowed-mode b) my apologies for not disabling the robust-lock tests on that feature flag c) if possible, I'd like to pull the makefile differences into Makefile.base Or just unconditionally set DYLD_LIBRARY_PATH, or use RPATH/RUNPATH
I'll take a crack at this later (need to get some other stuff done first).
Thanks! .timrc
Oh, of course. I should've wrapped those in HAVE_ROBUST_PTHREADS
.
I moved the LD_LIB_PATH bits into Makefile.base
, commented the reasons for excluding tests and switched to using HAVE_ROBUST_PTHREADS
. I think this is ready to go.
Thanks Evan!
After I merge this, I plan to add a flag for windowed mode. Hopefully, I can twist your arm to retest then.
Absolutely.
CLA is valid!