clutter/tests/micro-bench: Don't define unused macro

TESTS_DATA_DIR was not used by any of the tests, so no use defining it.
This commit is contained in:
Jonas Ådahl 2018-07-05 21:39:45 +02:00
parent 14be04a630
commit e0727aba5f

View File

@ -17,7 +17,6 @@ AM_CPPFLAGS = \
-DGLIB_DISABLE_DEPRECATION_WARNINGS \
-DCOGL_DISABLE_DEPRECATION_WARNINGS \
-DCLUTTER_DISABLE_DEPRECATION_WARNINGS \
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\" \
-I$(top_srcdir)/../cogl \
-I$(top_builddir)/../cogl \
-I$(top_builddir)/../cogl/cogl \