summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..9bae1df
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,17 @@
+EXTRA_DIST = \
+ test-widgets.glade
+
+noinst_PROGRAMS = \
+ test-widgets
+
+test_widgets_CFLAGS = \
+ -I$(top_srcdir) \
+ $(TDEGTK_CFLAGS)
+
+test_widgets_LDADD = \
+ $(TDEGTK_LIBADD)
+
+test_widgets_LDFLAGS = \
+ $(TDEGTK_LDFLAGS)
+
+# FIXME(Cimi): Figure out what tests must be compiled and add them here.