diff options
-rw-r--r-- | src/test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 59d3419..23049b5 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -29,4 +29,7 @@ EXTRA_DIST = \ data/dwg.vsdx \ $(test_SOURCES) +# ImportTest::testVsdMetadataTitleUtf8 checks formatted date string +AM_TESTS_ENVIRONMENT = TZ=CET; export TZ; + TESTS = test |