make: add tests
authorWaLyong Cho <walyong.cho@samsung.com>
Wed, 21 Sep 2016 03:46:10 +0000 (12:46 +0900)
committerWaLyong Cho <walyong.cho@samsung.com>
Wed, 21 Sep 2016 04:41:25 +0000 (13:41 +0900)
src/.gitignore
src/Makefile.am

index 73954b7..7ca4570 100644 (file)
@@ -1 +1,2 @@
-/Makefile
\ No newline at end of file
+/Makefile
+/test-*
\ No newline at end of file
index 7b8a47f..be42ed4 100644 (file)
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS = color-tests parallel-tests
+
 pkgconfiglibdir=$(libdir)/pkgconfig
 
 CLEANFILES =
@@ -8,6 +10,13 @@ noinst_LTLIBRARIES =
 noinst_DATA =
 pkgconfiglib_DATA =
 
+check_PROGRAMS =
+check_DATA =
+tests=
+noinst_PROGRAMS = $(tests)
+check_PROGRAMS += $(tests)
+TESTS = $(tests)
+
 DEFAULT_CFLAGS = \
        $(OUR_CFLAGS)