diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-02-03 00:24:33 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-02-03 01:12:13 -0200 |
commit | 450c1f037b3fe3dad49c94918228d6436940e75f (patch) | |
tree | 0ea2d0fc8f327ea225640d33e62643a5b3f762ae /Makefile.am | |
parent | d2db083ab6f8491e806c72888d897d15584f9f17 (diff) | |
download | kmod-450c1f037b3fe3dad49c94918228d6436940e75f.tar.gz kmod-450c1f037b3fe3dad49c94918228d6436940e75f.tar.bz2 kmod-450c1f037b3fe3dad49c94918228d6436940e75f.zip |
testsuite: port test-dependencies to module-playground
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 97a9631..7774759 100644 --- a/Makefile.am +++ b/Makefile.am @@ -253,6 +253,10 @@ check-am: rootfs check-sysconfdir EXTRA_DIST += testsuite/module-playground/Makefile \ + testsuite/module-playground/mod-foo.c \ + testsuite/module-playground/mod-foo-a.c \ + testsuite/module-playground/mod-foo-b.c \ + testsuite/module-playground/mod-foo-c.c \ testsuite/module-playground/mod-simple.c |