summaryrefslogtreecommitdiff
path: root/test/Makefile.am.inc
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-04-17 13:08:00 -0700
committerPhilip Chimento <philip@endlessm.com>2015-04-17 13:09:01 -0700
commite9e71b98bbb4d1b31322488a6ef051e022635ad4 (patch)
treed5077acf82e0331ad9ac62266804bfc25495985f /test/Makefile.am.inc
parent3fc99841e7b72cd664939fce5a67359da1eab82b (diff)
Switch to subdir-objects
This requires removing the $(ENDLESS_TESTS_DIRECTORY) variable, which wasn't really necessary anyway. Subdir-objects would like you to specify your directories directly in the rule target names. [endlessm/eos-sdk#3054]
Diffstat (limited to 'test/Makefile.am.inc')
-rw-r--r--test/Makefile.am.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc
index 5b3128a..c18defd 100644
--- a/test/Makefile.am.inc
+++ b/test/Makefile.am.inc
@@ -2,7 +2,6 @@
TEST_FLAGS = @EOS_SDK_CFLAGS@ -I$(top_srcdir) -DCOMPILING_EOS_SDK
TEST_LIBS = @EOS_SDK_LIBS@ $(top_builddir)/libendless-@EOS_SDK_API_VERSION@.la
-ENDLESS_TESTS_DIRECTORY = $(top_srcdir)/test
noinst_PROGRAMS = \
test/endless/run-tests \