Add test to libpbd to check PBD::touch_file and pbd/gstdio_compat.h
authorTim Mayberry <mojofunk@gmail.com>
Thu, 17 Sep 2015 05:13:16 +0000 (15:13 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 17 Sep 2015 13:26:38 +0000 (23:26 +1000)
commite44212321e436ee12bffb76361202b5efc83a172
treea5013e20b82ca53bff40e6c878b96858cc755032
parent95b55c7346f85f92751f74b3c6b91cc35d1d5909
Add test to libpbd to check PBD::touch_file and pbd/gstdio_compat.h

GStatBuf is not usable on 32 bit Windows without the redefinition in
pbd/gstdio_compat.h so add a test to check for the correct behavior of
g_stat and g_utime on all platforms now that the issue is fixed.
libs/pbd/test/filesystem_test.cc
libs/pbd/test/filesystem_test.h