summaryrefslogtreecommitdiff
path: root/test/smoke-tests/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'test/smoke-tests/Makefile.am.inc')
-rw-r--r--test/smoke-tests/Makefile.am.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/smoke-tests/Makefile.am.inc b/test/smoke-tests/Makefile.am.inc
new file mode 100644
index 0000000..2c0fba3
--- /dev/null
+++ b/test/smoke-tests/Makefile.am.inc
@@ -0,0 +1,5 @@
+# Copyright 2013 Endless Mobile, Inc.
+
+test_smoke_tests_hello_SOURCES = $(ENDLESS_TESTS_DIRECTORY)/smoke-tests/hello.c
+test_smoke_tests_hello_CPPFLAGS = $(TEST_FLAGS)
+test_smoke_tests_hello_LDADD = $(TEST_LIBS)